OrderMessage
StockSharp.Messages
A message containing info about the order.
Herda de: SecurityMessage
Implementa: ITransactionIdMessage, IPortfolioNameMessage, IClientCodeMessage, IBrokerCodeMessage, IStrategyIdMessage
Construtores
Propriedades
BrokerCode : string
Broker firm code.
ClientCode : string
Client code assigned by the broker.
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.
Métodos
CopyTo(OrderMessage)
Copy the message into the .
- destination
- The object, to which copied information.