WshEventDataMessage
StockSharp.InteractiveBrokers
Wall Street Horizon event data message.
Inherits: WshDataMessage<WshEventDataMessage>
Constructors
WshEventDataMessage
public WshEventDataMessage()
wshEventDataMessage = WshEventDataMessage()
Initializes a new instance of the WshEventDataMessage.
Properties
DataType
public override DataType DataType { get; }
value = wshEventDataMessage.DataType
Data type info.
Methods
Clone
public override Message Clone()
result = wshEventDataMessage.Clone()
Create a copy of BaseSubscriptionIdMessage.
Returns: Copy.