BoardMessage
StockSharp.Messages
The message contains information about the electronic board.
Inherits: BaseSubscriptionIdMessage<BoardMessage>
Constructors
BoardMessage
public BoardMessage()
boardMessage = BoardMessage()
Initializes a new instance of the BoardMessage.
Properties
Code
public string Code { get; set; }
value = boardMessage.Code
boardMessage.Code = value
Board code.
ExchangeCode
public string ExchangeCode { get; set; }
value = boardMessage.ExchangeCode
boardMessage.ExchangeCode = value
Exchange code, which owns the board. Maybe be the same Code.
ExpiryTime
public TimeSpan ExpiryTime { get; set; }
value = boardMessage.ExpiryTime
boardMessage.ExpiryTime = value
Securities expiration times.
TimeZone
public TimeZoneInfo TimeZone { get; set; }
value = boardMessage.TimeZone
boardMessage.TimeZone = value
Information about the time zone where the exchange is located.
WorkingTime
public WorkingTime WorkingTime { get; set; }
value = boardMessage.WorkingTime
boardMessage.WorkingTime = value
Board working hours.
Methods
ToString
public override string ToString()
result = boardMessage.ToString()
Преобразовать к строковому представлению.
Returns: Строковое представление.