IAccount Interface

GF API Documentation
Customer account

Namespace:  GF.Api.Accounts
Assembly:  GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax

public interface IAccount : IComparable

The IAccount type exposes the following members.

Properties

  NameDescription
Public propertyAvgPositions
Average positions stats per symbol - see IPosition.
Public propertyBalances
Account balance and profit/loss data (see IBalance) per each ICurrency available for the account.
Public propertyBaseCurrency
Base Currency of account
Public propertyClearingHouse
Clearing house
Public propertyDetailedPositions
List of detailed IPosition lists for an IAccount. See DetailedPositions.
Public propertyID
Account identifier
Public propertyIsComplianceRiskLimit
Indicates that risk limitation is set because of compliance
Public propertyIsMarginCallExempt
Is this account exempt from margin calls?
Public propertyIsReadOnly
Indicates that account is read only
Public propertyMarginAccountType
Margin Account Type
Public propertyRiskLimitsType
Type of risk limitation for account
Public propertyRoot
Root account, if this account is a subaccount
Public propertySpec
Account Number
Public propertySubaccounts
List of sub-accounts
Public propertyTotalBalance
Account balance and profit/loss data - total for all currencies
Public propertyTrader
ITrader who owns this account or null
Public propertyType
Type of account
Top
Remarks

A trader can have one or more accounts. For each of those accounts, the Account instance holds information about open and closed positions (see AvgPositions), position details (see DetailedPositions) cash balance(s) and calculated profit/loss values (see Balances and TotalBalance).
All trader accounts are available in IGFClient. SeeAccounts.
See Also

Reference