public method IFXConnectLiteSession.getOpenPositionsManagerByAccountGets the open positions manager by account
Declaration
protojavascriptjavacsharppublic getOpenPositionsManagerByAccount(accountInfo : AccountInfo) : IOpenPositionsManager
| Parameters | |
accountInfo |
An instance of the class, which contains information about the account, such as the account number, the account type, and the currency. Parameter is used to retrieve the open positions manager for a specific account |
Returns
The method returns interface, which represents the open positions manager for a specific account
See also: AccountInfo, IOpenPositionsManager
Declared in IFXConnectLiteSession