OrderMessage

StockSharp.Messages

A message containing info about the order.

Erbt von: SecurityMessage

Implementiert: ITransactionIdMessage, IPortfolioNameMessage, IClientCodeMessage, IBrokerCodeMessage, IStrategyIdMessage

Konstruktoren

OrderMessage(MessageTypes)

A message containing info about the order.

type
Message type.

Eigenschaften

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.

Methoden

CopyTo(OrderMessage)

Copy the message into the .

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

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

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