interface IOrdersManager

Parents

object

Brief
The interface for managing orders
Public Methods
subscribeOrderChange Subscribes to the order change event
unsubscribeOrderChange Unsubscribes from the order change event
getOrderById Gets a data of a specific market order by order ID
getOrdersSnapshot Gets a snapshot of all orders
getRequestFactory Get request factory
createOpenMarketOrder Create open market order
createStopOrder Create stop order
createLimitOrder Create limit order
createCloseMarketOrder Create close market order
createEntryOrder Create entry order
createOcoOrder Create OCO order
createStopEntryOrder Create stop entry order
createLimitEntryOrder Create limit entry order
removeOrder Remove order
changeOrder Change order
closeAllPositions Close all positions