This page lists all trading-oriented requests you can perform when using the Manager’s API. It also contains the requests for subscibing/unsubscribing to and from spot events.
Trading-oriented requests are typically used in the following cases.
The requests are grouped according to the server entities that they operate on.
Request | Definition |
---|---|
ManagerNewOrderReq |
The request to create and place a new order. |
ManagerAmendOrderReq |
The request to amend an existing order. |
ManagerCancelOrderReq |
The request to cancel an order. |
Request | Definition |
---|---|
ManagerAmendPositionReq |
The request to amend the protection mechanisms of an existing position. |
ManagerClosePositionReq |
The request to close an existing position. |
Request | Definition |
---|---|
SubscribeSpotQuotesReq |
The request to subscribe to spot events for a particular symbol. |
UnsubscribeSpotQuotesReq |
The request to unsubscribe from spot events for a particular symbol. |