Class that represents an order, both for submitting and getting updates of.
Namespace:
T4.APIAssembly: T4API.20 (in T4API.20.dll)
Syntax
| C# |
|---|
public class Order |
| Visual Basic (Declaration) |
|---|
Public Class Order |
| Visual C++ |
|---|
public ref class Order |
Remarks
When an order is submitted an Order object is created for that order, all
updates to the order are applied to that same Order object instance. The
Order will exist in the API until it is removed at the end of the trading day
for that market.
Inheritance Hierarchy
System..::.Object
T4.API..::.Order
T4.API..::.Order