IOrdersApi Methods

GF API Documentation

The IOrdersApi type exposes the following members.

Methods

  NameDescription
Public methodCancelOrder
Sends cancel request for an existing IOrder.
Public methodGet
Returns all orders.
Public methodGet(AccountID)
Returns orders sent by the given Account
Public methodGet(OrderID)
Returns the order with the given ID. Null if order not found.
Public methodModifyOrder
Modifies an existing IOrder
Public methodSendOCOOrders
Sends a group of orders as OCO - One cancels other
Public methodSendOrder
Sends a new IOrder with parameters supplied by IOrderState instance.
Public methodSendOSOOrders
Sends an chain of orders
Top
See Also

Reference