BaseRouteMessage

StockSharp.Messages

Base route response message.

Inherits: BaseSubscriptionIdMessage<T>

Constructors

BaseRouteMessage
protected BaseRouteMessage(MessageTypes type)
baseRouteMessage = BaseRouteMessage(type)

Base route response message.

type
Message type.

Properties

AdapterId
public Guid AdapterId { get; set; }
value = baseRouteMessage.AdapterId
baseRouteMessage.AdapterId = value

Adapter identifier.

Methods

CopyTo
public override void CopyTo(TMessage destination)
baseRouteMessage.CopyTo(destination)

Copy the message into the .

destination
The object, to which copied information.