WshDataMessage
StockSharp.InteractiveBrokers
Wall Street Horizon data message.
Inherits: BaseSubscriptionIdMessage<T>
Constructors
WshDataMessage
protected WshDataMessage(MessageTypes type)
wshDataMessage = WshDataMessage(type)
Initializes a new instance of the WshDataMessage.
- type
- MessageTypes
Properties
Data
public string Data { get; set; }
value = wshDataMessage.Data
wshDataMessage.Data = value
Data (JSON format).
Methods
CopyTo
public override void CopyTo(TMessage destination)
wshDataMessage.CopyTo(destination)
Copy the message into the .
- destination
- The object, to which copied information.