Table of Contents

Class BoardStateMessage

Namespace
StockSharp.Messages
Assembly
StockSharp.Messages.dll

Session change changed message.

[DataContract]
public class BoardStateMessage : BaseSubscriptionIdMessage<BoardStateMessage>, IMessage, ILocalTimeMessage, ICloneable, ISubscriptionIdMessage, IOriginalTransactionIdMessage, IServerTimeMessage
Inheritance
BoardStateMessage
Implements
Inherited Members
Extension Methods

Constructors

BoardStateMessage()

Initializes a new instance of the BoardStateMessage.

public BoardStateMessage()

Properties

BoardCode

Board code.

[DataMember]
public string BoardCode { get; set; }

Property Value

string

DataType

Data type info.

public override DataType DataType { get; }

Property Value

DataType

ServerTime

Server time.

[DataMember]
public DateTimeOffset ServerTime { get; set; }

Property Value

DateTimeOffset

State

Session state.

[DataMember]
public SessionStates State { get; set; }

Property Value

SessionStates

Methods

CopyTo(BoardStateMessage)

Copy the message into the destination.

public override void CopyTo(BoardStateMessage destination)

Parameters

destination BoardStateMessage

The object, to which copied information.

ToString()

public override string ToString()

Returns

string