interface IOpenPositionsManager
Parents
object
Brief
The interface for getting access to open positions data
| Public Methods | |
|---|---|
| subscribeOpenPositionChange | Subscribes to the open position change event |
| unsubscribeOpenPositionChange | Unsubscribes from the open position change event |
| getOpenPosition | Gets a data of a particular open position by ID |
| getRawOpenPosition | Gets a raw data of a particular open position by ID |
| getOpenPositionsSnapshot | Gets a snapshot of all open positions |
| getRawOpenPositionsSnapshot | Gets a snapshot of all raw open positions |
| getCount | Gets the count of open positions |
| getOpenPositionIds | Gets the IDs of all open positions |