Class BoardMessage
- Namespace
- StockSharp.Messages
- Assembly
- StockSharp.Messages.dll
The message contains information about the electronic board.
[DataContract]
public class BoardMessage : BaseSubscriptionIdMessage<BoardMessage>, IMessage, ILocalTimeMessage, ICloneable, ISubscriptionIdMessage, IOriginalTransactionIdMessage
- Inheritance
-
BoardMessage
- Implements
- Inherited Members
- Extension Methods
Constructors
BoardMessage()
Initializes a new instance of the BoardMessage.
public BoardMessage()
Properties
Code
Board code.
[DataMember]
[Display(ResourceType = typeof(LocalizedStrings), Name = "Code", Description = "BoardCode", GroupName = "General")]
public string Code { get; set; }
Property Value
DataType
Data type info.
public override DataType DataType { get; }
Property Value
ExchangeCode
Exchange code, which owns the board. Maybe be the same Code.
[DataMember]
[Display(ResourceType = typeof(LocalizedStrings), Name = "ExchangeInfo", Description = "BoardExchangeCode", GroupName = "General")]
public string ExchangeCode { get; set; }
Property Value
ExpiryTime
Securities expiration times.
[DataMember]
[Display(ResourceType = typeof(LocalizedStrings), Name = "ExpiryDate", Description = "SecExpirationTime", GroupName = "General")]
public TimeSpan ExpiryTime { get; set; }
Property Value
TimeZone
Information about the time zone where the exchange is located.
[DataMember]
[Display(ResourceType = typeof(LocalizedStrings), Name = "TimeZone", Description = "BoardTimeZone", GroupName = "General")]
public TimeZoneInfo TimeZone { get; set; }
Property Value
WorkingTime
Board working hours.
[DataMember]
[Display(ResourceType = typeof(LocalizedStrings), Name = "WorkingTime", Description = "WorkingHours", GroupName = "General")]
public WorkingTime WorkingTime { get; set; }
Property Value
Methods
CopyTo(BoardMessage)
Copy the message into the destination
.
public override void CopyTo(BoardMessage destination)
Parameters
destination
BoardMessageThe object, to which copied information.
ToString()
public override string ToString()