interface IOpenPositionsManager

Parents

IDataManager

Brief

The interface for getting access to open positions data

Public Methods

getCount

Gets the count of open positions

getOpenPosition

Gets a data of a particular open position by ID

getOpenPositionIds

Gets the IDs of all open positions

getOpenPositionsSnapshot

Gets a snapshot of all open positions

getRawOpenPosition

Gets a raw data of a particular open position by ID

getRawOpenPositionsSnapshot

Gets a snapshot of all raw open positions

subscribeOpenPositionChange

Subscribes to the open position change event

unsubscribeOpenPositionChange

Unsubscribes from the open position change event

back