Provides access to information about the account, such as the account currency, and interest and exchange rates.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public IAccountInfo AccountInfo { get; }
Visual Basic (Declaration)
Public ReadOnly Property AccountInfo As IAccountInfo
Visual C++
public:
property IAccountInfo^ AccountInfo {
	IAccountInfo^ get ();
}

See Also