OrderMessage

StockSharp.Messages

A message containing info about the order.

Inherits: SecurityMessage

Implements: ITransactionIdMessage, IPortfolioNameMessage, IClientCodeMessage, IBrokerCodeMessage, IStrategyIdMessage

Constructors

OrderMessage(MessageTypes)

A message containing info about the order.

type
Message type.

Properties

BrokerCode : string

Broker firm code.

ClientCode : string

Client code assigned by the broker.

Comment : string

Placed order comment.

Condition : OrderCondition

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

MarginMode : MarginModes?

Margin mode.

OrderType : OrderTypes?

Order type.

PortfolioName : string

Portfolio name.

StrategyId : string

Strategy identifier.

TransactionId : long

Request identifier.

UserOrderId : string

User's order ID.

Methods

CopyTo(OrderMessage)

Copy the message into the .

destination
The object, to which copied information.
ToString() : string

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

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