public method IFXConnectLiteSession.getOpenPositionsManagerByAccount

Overview

Gets the open positions manager by account

Declaration

function getOpenPositionsManagerByAccount(accountInfo)
public IOpenPositionsManager getOpenPositionsManagerByAccount(AccountInfo accountInfo);
public IOpenPositionsManager getOpenPositionsManagerByAccount(AccountInfo accountInfo);

Parameters

Name Description
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

Declared in IFXConnectLiteSession