Customer account
Namespace: GF.Api.Accounts
Assembly: GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax
The IAccount type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AvgPositions |
Average positions stats per symbol - see IPosition.
| |
| Balances | ||
| BaseCurrency |
Base Currency of account
| |
| ClearingHouse |
Clearing house
| |
| DetailedPositions | ||
| ID |
Account identifier
| |
| IsComplianceRiskLimit |
Indicates that risk limitation is set because of compliance
| |
| IsMarginCallExempt |
Is this account exempt from margin calls?
| |
| IsReadOnly |
Indicates that account is read only
| |
| MarginAccountType |
Margin Account Type
| |
| RiskLimitsType |
Type of risk limitation for account
| |
| Root |
Root account, if this account is a subaccount
| |
| Spec |
Account Number
| |
| Subaccounts |
List of sub-accounts
| |
| TotalBalance |
Account balance and profit/loss data - total for all currencies
| |
| Trader | ITrader who owns this account or null
| |
| Type |
Type of account
|
Remarks
All trader accounts are available in IGFClient. SeeAccounts.
See Also