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
| |
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
| |
Quantity |
Gets the order quantity
| |
RemainingQuantity |
Gets the remaining quantity to be filled size
| |
StopPrice |
Gets the stop price
| |
Time |
Gets the time
| |
TimeInForce |
Gets the time in force
| |
TradeId |
Gets the exchange trade id
|