public method IFXConnectLiteSession.getOpenPositionsManager

Brief

Gets the open positions manager

Declaration

protojavascriptjavacsharp
public getOpenPositionsManager() : IOpenPositionsManager

Returns

The method returns an object that implements the IOpenPositionsManager interface, which allows managing the open positions of the logged-in user

Details

See also: IOpenPositionsManager

Declared in IFXConnectLiteSession

back