The IOrdersApi type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| CancelOrder |
Sends cancel request for an existing IOrder.
| |
| Get |
Returns all orders.
| |
| Get(AccountID) |
Returns orders sent by the given Account
| |
| Get(OrderID) |
Returns the order with the given ID.
Null if order not found.
| |
| ModifyOrder |
Modifies an existing IOrder | |
| SendOCOOrders |
Sends a group of orders as OCO - One cancels other
| |
| SendOrder |
Sends a new IOrder with parameters supplied by IOrderState instance.
| |
| SendOSOOrders |
Sends an chain of orders
|
See Also