Interface IComplexIdMessage
- Namespace
- StockSharp.Messages
- Assembly
- StockSharp.Messages.dll
The interface describing an message with Id property.
public interface IComplexIdMessage
- Extension Methods
Properties
Id
ID.
long? Id { get; }
Property Value
- long?
StringId
ID (as string, if electronic board does not use numeric ID representation).
string StringId { get; }