OrderManager Class

Class OrderManager.
public class OrderManager
This language is not supported or no code example is available.
public ref class OrderManager 
This language is not supported or no code example is available.
public class OrderManager
This language is not supported or no code example is available.
Name Description
Public constructor OrderManager(Framework, OrderServer) Initializes a new instance of the OrderManager class.
Top
Name Description
Public property IsPersistent
Public property Messages Gets the messages.
Public property Orders Gets the orders.
Public property RiskManager
Public property Server
Top
Methods
 
Name Description
Public method Cancel(Order, string) Cancels the specified order.
Public method Clear() Clears this instance.
Public method Delete(string)
Public method Dump() Dumps this instance.
Public method Get(int)
Public method GetByClId(string)
Public method GetByProviderId(string)
Public method Load(string, int)
Public method LoadMessages(string, int)
Public method Register(ExecutionCommand)
Public method Register(Order) Registers the specified order.
Public method Reject(Order)
Public method Replace(Order, OrderType, double, double, double, string) Replaces the specified order.
Public method Replace(Order, double, double, double, string) Replaces the specified order.
Public method Replace(Order, double, string)
Public method Send(Order) Sends the specified order.
Public method Send(Order[], Provider) Sends the array of orders.
Top

In this article

Definition