public method IFXConnectLiteSession.getOpenPositionsManagerByAccount

Brief

Gets the open positions manager by account

Declaration

protojavascriptjavacsharp
public 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

Details

See also: AccountInfo, IOpenPositionsManager

Declared in IFXConnectLiteSession

back