Table of Contents

Class WshDataMessage<TMessage>

Namespace
StockSharp.InteractiveBrokers
Assembly
StockSharp.InteractiveBrokers.dll

Wall Street Horizon data message.

public abstract class WshDataMessage<TMessage> : BaseSubscriptionIdMessage<TMessage>, IMessage, ILocalTimeMessage, ICloneable, ISubscriptionIdMessage, IOriginalTransactionIdMessage where TMessage : WshDataMessage<TMessage>, new()

Type Parameters

TMessage
Wall Street Horizon data message.
Inheritance
WshDataMessage<TMessage>
Implements
Derived
Inherited Members
Extension Methods

Constructors

WshDataMessage(MessageTypes)

Initializes a new instance of the WshDataMessage<TMessage>.

protected WshDataMessage(MessageTypes type)

Parameters

type MessageTypes

MessageTypes

Properties

Data

Data (JSON format).

public string Data { get; set; }

Property Value

string

Methods

CopyTo(TMessage)

Copy the message into the destination.

public override void CopyTo(TMessage destination)

Parameters

destination TMessage

The object, to which copied information.