public method IFXConnectLiteSession.getClosedPositionsManagerByAccount

Brief

Gets the closed positions manager

Declaration

protojavascriptjavacsharp
public getClosedPositionsManagerByAccount(accountInfo : AccountInfo) : IClosedPositionsManager

Parameters
accountInfo

The account info

Returns

The method returns an object that implements the IClosedPositionsManager interface, which allows managing the closed positions of a specific trading account

Details

See also: AccountInfo, IClosedPositionsManager

Declared in IFXConnectLiteSession

back