Order |
public abstract class OrderBase : NotifyPropertyBase, IOrder, IOrderFilter, IFilter, ISelectedInstrument
The OrderBase type exposes the following members.
| Name | Description | |
|---|---|---|
| Account | Gets or sets the Account | |
| AverageFillPrice | Gets the average fill price | |
| DisclosedQuantity | Gets the disclosed quantity | |
| ExchangeOrderId | Gets or sets the order id as assigned by the exchange | |
| FilledQuantity | Gets or sets the filled quantity | |
| Id | Gets or sets the id, usually as assigned by ArthaChitra | |
| Instrument | Gets or sets the Instrument | |
| IsActive | Gets if the order is active or not | |
| IsBuy | True if the order action is buy or buy to cover | |
| IsClosed | Gets if the order is closed or not. The state can be filled, canelled or rejected | |
| IsOpen | Gets if the order is open or not | |
| IsPending | Gets if the order is in pending state | |
| IsSell | True if order action is sell or sell short | |
| IsStop | True if the order is a stop order | |
| IsStopTriggered | Is stop order has been triggered or not | |
| LastUpdateTime | Gets or sets the last update time | |
| LimitPrice | Gets or sets the limit price | |
| LimitPriceString | Gets the formatted limit price | |
| Name | Gets or sets the order name | |
| NativeOrder | ||
| OcoId | Gets or sets the oco id | |
| OrderAction | Gets the OrderAction | |
| OrderId | Gets or sets the order id, usually as assigned by the broker | |
| OrderState | Gets the OrderState | |
| OrderType | Gets the OrderType | |
| ParentOrderId | Gets or sets the parent order id | |
| ProductType | Gets the ProductType | |
| Quantity | Gets or sets the quantity | |
| RemainingQuantity | Gets the remaining quantity | |
| Remarks | Gets or sets the remarks | |
| StopPrice | Gets or sets the stop price | |
| StopPriceString | Gets the formatted stop price | |
| Strategy | Gets the strategy associated with the order | |
| TimeInForce | Gets the TimeInForce | |
| TimeStamp | Gets or sets the time stamp |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| NotifyPropertyChanged | (Inherited from NotifyPropertyBase) | |
| ToString | (Overrides ObjectToString) |
| Name | Description | |
|---|---|---|
| PropertyChanged | (Inherited from NotifyPropertyBase) |