interface IClosedPositionsManager

Parents

IDataManager

Brief

The interface for getting access to closed positions data

Public Methods

getClosedPosition

Gets data of a particular closed position by ID

getClosedPositionsSnapshot

Gets a snapshot of all closed positions

subscribeClosedPositionChange

Subscribes to the closed position change event

unsubscribeClosedPositionChange

Unsubscribes from the closed position change event

back