List of available accounts for trade. See IAccount.
Namespace: GF.Api.Accounts
Assembly: GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax
The IAccountsApi type exposes the following members.
Properties
Name | Description | |
---|---|---|
Wash |
Wash accounts
|
Methods
Name | Description | |
---|---|---|
Get |
Returns all available accounts.
| |
Get(String) |
Returns the account matching the given name.
| |
Get(AccountID) |
Returns the account matching the given identifier.
|
Events
Name | Description | |
---|---|---|
AccountSummaryChanged |
Raised when one or more position summary (IBalance) values change.
| |
AvgPositionChanged |
Raised when one or more average IPosition values change.
| |
BalanceChanged |
Raised when account cash IBalance changes.
| |
DetailedPositionChanged |
Occurs when one or more detailed IPosition values are changed
|
Remarks
Trader Managers will also have the accounts of every underlying ITrader.
See Also