Order

StockSharp.BusinessEntities

Order.

Herda de: NotifiableObject

Implementa: IOrderMessage, ISecurityIdMessage, ILocalTimeMessage, IServerTimeMessage, IComplexIdMessage, IGeneratedMessage, ISeqNumMessage, ICurrencyMessage, ISystemMessage

Construtores

Order()

Initializes a new instance of the Order.

Propriedades

AveragePrice : decimal?

Average execution price.

Balance : decimal

Order contracts balance.

BoardId : string

Board order id. Uses in case of Id and StringId is a brokerage system ids.

BrokerCode : string

Broker firm code.

CancelledTime : DateTime?

Cancelled time.

ClientCode : string

Client code assigned by the broker.

Comment : string

Placed order comment.

Commission : decimal?

Commission (broker, exchange etc.).

CommissionCurrency : string

Commission currency. Can be .

Condition : OrderCondition

Order condition (e.g., stop- and algo- orders parameters).

Currency : CurrencyTypes?

Trading security currency.

ExpiryDate : DateTime?

Order expiry time. The default is , which mean (GTC).

Id : long?

Order ID.

IsManual : bool?

Is order manual.

IsMarketMaker : bool?

Is the order of market-maker.

IsSystem : bool?

Is a system trade.

LatencyCancellation : TimeSpan?

Time taken to cancel an order.

LatencyEdition : TimeSpan?

Time taken to edit an order.

LatencyRegistration : TimeSpan?

Time taken to register an order.

Leverage : int?

Margin leverage.

LocalTime : DateTime

Last order change local time (Cancellation, Fill).

MarginMode : MarginModes?

Margin mode.

MarketPrice : decimal?

Market price at the moment of order registration (best opposite-side price).

MatchedTime : DateTime?

Cancelled time.

MinVolume : decimal?

Minimum quantity of an order to be executed.

Portfolio : Portfolio

Portfolio, in which the order is being traded.

PostOnly : bool?

Post-only order.

Price : decimal

Order price.

Security : Security

Security, for which an order is being placed.

SeqNum : long

Sequence number.

ServerTime : DateTime

Server time.

Side : Sides

Side.

Slippage : decimal?

Slippage in trade price.

State : OrderStates

Order state.

Status : long?

System order status.

StrategyId : string

Strategy id.

StringId : string

Order ID (as string, if electronic board does not use numeric order ID representation).

Time : DateTime

Order placing time on exchange.

TimeInForce : TimeInForce?

Limit order time in force.

TransactionId : long

Transaction ID. Automatically set when the Order) method called.

Type : OrderTypes?

Order type.

UserOrderId : string

User's order ID.

VisibleVolume : decimal?

Visible quantity of contracts in order.

Volume : decimal

Number of contracts in the order.

Yield : decimal?

Yield.

Métodos

ToString() : string

Преобразовать к строковому представлению.

Retorna: Строковое представление.