Table of Contents

Class SubscriptionFinishedMessage

Namespace
StockSharp.Messages
Assembly
StockSharp.Messages.dll

Market data request finished message.

[DataContract]
public class SubscriptionFinishedMessage : BaseResultMessage<SubscriptionFinishedMessage>, IMessage, ILocalTimeMessage, ICloneable, IFileMessage, IOriginalTransactionIdMessage
Inheritance
SubscriptionFinishedMessage
Implements
Inherited Members
Extension Methods

Constructors

SubscriptionFinishedMessage()

public SubscriptionFinishedMessage()

Properties

Body

Subscription data was sent as archive.

[DataMember]
public byte[] Body { get; set; }

Property Value

byte[]

NextFrom

Recommended value for next From (in case of partial requests).

[DataMember]
public DateTimeOffset? NextFrom { get; set; }

Property Value

DateTimeOffset?

Methods

CopyTo(SubscriptionFinishedMessage)

Copy the message into the destination.

protected override void CopyTo(SubscriptionFinishedMessage destination)

Parameters

destination SubscriptionFinishedMessage

The object, to which copied information.

ToString()

public override string ToString()

Returns

string