IOrder Interface | 
Namespace: SharpCharts.Base.Order
public interface IOrder
The IOrder type exposes the following members.
| Name | Description | |
|---|---|---|
| Account | 
            Gets the Account
              | |
| ApiId | 
            Gets the api id as set by the api, if applicable
              | |
| AverageFillPrice | 
            Gets the average fill price
              | |
| DisclosedQuantity | 
            Gets the disclosed quantity
              | |
| FilledQuantity | 
            Gets the filled quantity size
              | |
| Id | 
            Gets the unique reference id used in the application to identify order and also in the api
              | |
| Instrument | 
            Gets the Instrument
              | |
| IsActive | 
            Gets if the order is active, i.e. not Pending or Inactive, Unknown or in Initialize state
              | |
| IsClosed | 
            Gets if the order is closed, i.e. filled, rejected or cancelled
              | |
| IsOpen | 
            Gets if the order is open
              | |
| IsPending | 
            Gets if the order is submitted, changed or cancel
              | |
| LastFilledQuantity | 
            Gets the last filled size
              | |
| LastFillPrice | 
            Gets the last fill price
              | |
| LastOrderUpdateTime | 
            Gets the last order update time
              | |
| LastTradedTime | 
            Gets the last traded time
              | |
| LimitPrice | 
            Gets the limit price
              | |
| Name | 
            Gets the name of the order
              | |
| OcoId | 
            Gets the Oco Id
              | |
| OrderAction | 
            Gets the Order Action
              | |
| OrderId | 
            Gets the exchange order id
              | |
| OrderState | 
            Gets the Order State
              | |
| OrderType | 
            Gets the Order Type
              | |
| ParentOrderId | 
            Gets the parent order id
              | |
| ProductType | 
            Gets the productType
              | |
| Quantity | 
            Gets the order quantity
              | |
| RemainingQuantity | 
            Gets the remaining quantity to be filled size
              | |
| StopPrice | 
            Gets the stop price
              | |
| Strategy | 
            Gets the strategy associated with the order, if any
              | |
| Time | 
            Gets the time
              | |
| TimeInForce | 
            Gets the time in force
              | |
| TradeId | 
            Gets the exchange trade id
              |