IOrder

Represents an interface that reveals information about an order.

Properties

Name

Type

Description

Id

string

Unique identifier of an order.

State

OrderState

Determines the state of the order. Order could be Pending, Filled or Canceled.

OrderType

OrderType

Determines whether the order is a Market, Stop or Limit type.

Action

SignalsAction

Property which gives you information as to whether signals action is LongBuy, LongSell, ShortSell or ShortBuy.

ExecutedPrice

double

The price at which the order was executed.

Market

Information about the market where the order is applied.

Label

string

Label which could be optionally assigned to the order for improved debugging of the strategy.

Last updated