BaseSubscriptionMessage
StockSharp.Messages
Base implementation of ISubscriptionMessage interface.
継承元: Message
実装: ISubscriptionMessage, ITransactionIdMessage, IOriginalTransactionIdMessage, IDataTypeMessage, IMessage, ILocalTimeMessage, ICloneable
コンストラクター
BaseSubscriptionMessage(MessageTypes)
Base implementation of ISubscriptionMessage interface.
- type
- Message type.
プロパティ
FillGaps : FillGapsDays?
FillGapsDays.
FilterEnabled : bool
Message contains fields with non default values.
IsSubscribe : bool
The message is subscription.
OriginalTransactionId : long
ID of the original message TransactionId for which this message is a response.
SpecificItemRequest : bool
Determine whether the message is a request for a specific item (e.g. order, position, etc.) or not.
TransactionId : long
Request identifier.
メソッド
CopyTo(BaseSubscriptionMessage) : BaseSubscriptionMessage
Copy the message into the .
- destination
- The object, to which copied information.
戻り値: The object, to which copied information.