Class SecurityMappingMessage
Сообщение ответа маппинга инструментов.
Inheritance
SecurityMappingMessage
Assembly: StockSharp.Messages.dll
Syntax
public class SecurityMappingMessage : Message, IExtendableEntity, ISubscriptionMessage, ITransactionIdMessage, IOriginalTransactionIdMessage, IMessage, ICloneable
Constructors
SecurityMappingMessage()
Declaration
public SecurityMappingMessage()
Properties
DataType
Declaration
public DataType DataType { get; }
Property Value
IsDelete
Удалить преобразование идентификатора инструмента.
Declaration
public bool IsDelete { get; set; }
Property Value
Mapping
Преобразование идентификаторов инструментов.
Declaration
public SecurityIdMapping Mapping { get; set; }
Property Value
OriginalTransactionId
Идентификатор первоначального сообщения TransactionId, для которого данное сообщение является ответом.
Declaration
public long OriginalTransactionId { get; set; }
Property Value
StorageName
Declaration
public string StorageName { get; set; }
Property Value
TransactionId
Declaration
public long TransactionId { get; set; }
Property Value
Methods
Clone()
Declaration
public override Message Clone()
Returns
Type |
Description |
Message |
Копия объекта.
|
Overrides
ToString()
Declaration
public override string ToString()
Returns
Overrides
Explicit Interface Implementations
ISubscriptionMessage.Count
Declaration
Nullable<long> ISubscriptionMessage.Count { get; set; }
Returns
ISubscriptionMessage.FilterEnabled
Declaration
bool ISubscriptionMessage.FilterEnabled { get; }
Returns
ISubscriptionMessage.From
Declaration
Nullable<DateTimeOffset> ISubscriptionMessage.From { get; set; }
Returns
ISubscriptionMessage.IsSubscribe
Declaration
bool ISubscriptionMessage.IsSubscribe { get; set; }
Returns
ISubscriptionMessage.Skip
Declaration
Nullable<long> ISubscriptionMessage.Skip { get; set; }
Returns
ISubscriptionMessage.To
Declaration
Nullable<DateTimeOffset> ISubscriptionMessage.To { get; set; }
Returns
Implements
Extension Methods