IAccountsApi Interface

GF API Documentation
List of available accounts for trade. See IAccount.

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

public interface IAccountsApi

The IAccountsApi type exposes the following members.

Properties

  NameDescription
Public propertyWash
Wash accounts
Top
Methods

  NameDescription
Public methodGet
Returns all available accounts.
Public methodGet(String)
Returns the account matching the given name.
Public methodGet(AccountID)
Returns the account matching the given identifier.
Top
Events

  NameDescription
Public eventAccountSummaryChanged
Raised when one or more position summary (IBalance) values change.
Public eventAvgPositionChanged
Raised when one or more average IPosition values change.
Public eventBalanceChanged
Raised when account cash IBalance changes.
Public eventDetailedPositionChanged
Occurs when one or more detailed IPosition values are changed
Top
Remarks

Usually a trader has only one account, but it is possible to control several accounts from one login.
Trader Managers will also have the accounts of every underlying ITrader.
See Also

Reference