Order Class
[DataContract()]
public class Order : DataObject
This language is not supported or no code example is available.
[DataContract()]
public ref class Order : public DataObject^
This language is not supported or no code example is available.
| Name | Description | |
|---|---|---|
|
Order() | Initializes a new instance of the Order class. |
|
Order(ExecutionCommand) | |
|
Order(ExecutionReport) | |
|
Order(IExecutionProvider, Instrument, OrderType, OrderSide, double, double, double, TimeInForce, string) | Initializes a new instance of the Order class. |
|
Order(IExecutionProvider, Portfolio, Instrument, OrderType, OrderSide, double, double, double, TimeInForce, byte, string) | Initializes a new instance of the Order class. |
|
Order(Order) | Initializes a new instance of the Order class. |
| Name | Description | |
|---|---|---|
|
Account | Gets or sets the account. |
|
AlgoId | |
|
AvgPx | Gets the average px. |
|
ClId | |
|
ClOrderId | |
|
ClientID | Gets or sets the client id. |
|
ClientId | |
|
Commands | Gets or sets the commands. |
|
CumQty | Gets the cum qty. |
|
DateTime | Gets or sets the date time. (inherited from Event). |
|
ExecInst | Gets the execInst. |
|
ExpireTime | Gets the expire time. |
|
Fields | |
|
Id | |
|
Instrument | Gets the instrument. |
|
IsCancelled | Gets a value indicating whether this instance is cancelled. |
|
IsDone | Gets a value indicating whether this instance is done. |
|
IsExpired | |
|
IsFilled | Gets a value indicating whether this instance is filled. |
|
IsNew | Gets a value indicating whether this instance is new. |
|
IsNotSent | Gets a value indicating whether this instance is not sent. |
|
IsOCA | Gets a value indicating whether this instance is oca. |
|
IsPartiallyFilled | Gets a value indicating whether this instance is partially filled. |
|
IsPendingCancel | Gets a value indicating whether this instance is pending cancel. |
|
IsPendingNew | Gets a value indicating whether this instance is pending new. |
|
IsPendingReplace | Gets a value indicating whether this instance is pending replace. |
|
IsRejected | Gets a value indicating whether this instance is rejected. |
|
IsReplaced | Gets a value indicating whether this instance is replaced. |
|
Item(int) | |
|
LeavesQty | Gets the leaves qty. |
|
Messages | Gets or sets the messages. |
|
MinQty | Gets the minQty. |
|
OCA | Gets or sets the oca. |
|
PegDifference | Gets the pegDifference. |
|
Portfolio | Gets the portfolio. |
|
PortfolioId | |
|
Price | Gets or sets the price. |
|
Provider | Gets or sets the provider. |
|
ProviderId | |
|
ProviderOrderId | |
|
Qty | Gets the qty. |
|
Reports | Gets or sets the reports. |
|
RouteId | Gets the route. |
|
Side | Gets or sets the side. |
|
Status | Gets the status. |
|
StopPx | Gets or sets the stop px. |
|
StrategyId | |
|
SubSide | Gets the sub side. |
|
Text | Gets or sets the text. |
|
TimeInForce | Gets the time in force. |
|
TransactTime | Gets the transact time. |
|
Type | Gets the type. |
|
TypeId | Gets the type identifier. |
| Name | Description | |
|---|---|---|
|
Clone() | (inherited from DataObject). |
|
GetSideAsString() | Gets the side as string. |
|
GetStatusAsString() | Gets the status as string. |
|
GetTypeAsString() | Gets the type as string. |
|
OnExecutionCommand(ExecutionCommand) | Called when [execution command]. |
|
OnExecutionReport(ExecutionReport) | Called when [execution report]. |
|
ToJSON() | Returns a JSON formatted String that represents this instance. (inherited from Event). |
|
ToString() | Returns a String that represents this instance. |
| Name | Description | |
|---|---|---|
|
dateTime | (inherited from Event). |
|
strategyId |