Interface INullableSecurityIdMessage
- Namespace
- StockSharp.Messages
- Assembly
- StockSharp.Messages.dll
The interface describing an message with SecurityId property.
public interface INullableSecurityIdMessage
- Extension Methods
Properties
SecurityId
Security ID.
SecurityId? SecurityId { get; set; }