BaseSubscriptionMessage
StockSharp.Messages
Base implementation of ISubscriptionMessage interface.
Hereda de: Message
Implementa: ISubscriptionMessage, ITransactionIdMessage, IOriginalTransactionIdMessage, IDataTypeMessage, IMessage, ILocalTimeMessage, ICloneable
Constructores
BaseSubscriptionMessage(MessageTypes)
Base implementation of ISubscriptionMessage interface.
- type
- Message type.
Propiedades
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.
Métodos
CopyTo(BaseSubscriptionMessage) : BaseSubscriptionMessage
Copy the message into the .
- destination
- The object, to which copied information.
Devuelve: The object, to which copied information.