public method IFXConnectLiteSession.getClosedPositionsManager

Brief

Gets the closed positions manager

Declaration

protojavascriptjavacsharp
public getClosedPositionsManager() : IClosedPositionsManager

Returns

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

Details

See also: IClosedPositionsManager

Declared in IFXConnectLiteSession

back