Trading and Pricing
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.
- Trading on behalf of your retail clients. E.g., this can be done in emergency situations where a trader wants to open/close a position without having to access the trading terminal.
- Supporting the creation of a custom copy trading solution integrated with your systems.
The requests are grouped according to the server entities that they operate on.
Orders
| 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. |
Positions
| Request | Definition |
|---|---|
ManagerAmendPositionReq | The request to amend the protection mechanisms of an existing position. |
ManagerClosePositionReq | The request to close an existing position. |
Spot Events
| 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. |