IOrder
Represents an interface that reveals information about an order.
Properties
Name | Type | Description |
| string | Unique identifier of an order. |
| OrderState | Determines the state of the order. Order could be Pending, Filled or Canceled. |
| OrderType | Determines whether the order is a Market, Stop or Limit type. |
| SignalsAction | Property which gives you information as to whether signals action is LongBuy, LongSell, ShortSell or ShortBuy. |
| double | The price at which the order was executed. |
| Information about the market where the order is applied. | |
| string | Label which could be optionally assigned to the order for improved debugging of the strategy. |
Last updated