OrderStatusMessage
StockSharp.Messages
A message requesting current registered orders and trades.
继承自: OrderCancelMessage
实现: ISubscriptionMessage, ITransactionIdMessage, IOriginalTransactionIdMessage, IDataTypeMessage, IMessage, ILocalTimeMessage, ICloneable, ISecurityIdsMessage
构造函数
OrderStatusMessage()
Initializes a new instance of the OrderStatusMessage.
属性
FillGaps : FillGapsDays?
FillGapsDays.
IsIncremental : bool
Request incremental updates instead of full snapshots.
IsSubscribe : bool
The message is subscription.
SecurityIds : SecurityId[]
Security identifiers for filtering.
States : OrderStates[]
Filter order by the specified states.
方法
CopyTo(OrderStatusMessage)
Copy the message into the .
- destination
- The object, to which copied information.