Table of Contents

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

string

DataType

Data type info.

public override DataType DataType { get; }

Property Value

DataType

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

string

ExpiryTime

Securities expiration times.

[DataMember]
[Display(ResourceType = typeof(LocalizedStrings), Name = "ExpiryDate", Description = "SecExpirationTime", GroupName = "General")]
public TimeSpan ExpiryTime { get; set; }

Property Value

TimeSpan

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

TimeZoneInfo

WorkingTime

Board working hours.

[DataMember]
[Display(ResourceType = typeof(LocalizedStrings), Name = "WorkingTime", Description = "WorkingHours", GroupName = "General")]
public WorkingTime WorkingTime { get; set; }

Property Value

WorkingTime

Methods

CopyTo(BoardMessage)

Copy the message into the destination.

public override void CopyTo(BoardMessage destination)

Parameters

destination BoardMessage

The object, to which copied information.

ToString()

public override string ToString()

Returns

string