IAccount Interface |
public interface IAccount
The IAccount type exposes the following members.
| Name | Description | |
|---|---|---|
| AccountType | Gets the AccountType | |
| BasketOrderCount | Maximum number of orders that can be submitted in a basket | |
| Connection | Gets the IConnection associated with the account | |
| DisplayName | Gets the display name of the account | |
| Id | Gets the account id | |
| IsBasketOrderSupported | Is basket order supported by the account | |
| IsOcoSupported | Is Oco order supported by the account | |
| OrderTemplatesTypes | Gets the supported OrderTemplateBase | |
| OrderTypes | Gets the supported OrderType | |
| ProductTypes | Gets the supported ProductType | |
| TimeInForces | Gets the supported TimeInForce |