Table of Contents

Class BoardLookupMessage

Namespace
StockSharp.Messages
Assembly
StockSharp.Messages.dll

Message boards lookup for specified criteria.

[DataContract]
public class BoardLookupMessage : BaseSubscriptionMessage, ISubscriptionMessage, ITransactionIdMessage, IOriginalTransactionIdMessage, IMessage, ILocalTimeMessage, ICloneable
Inheritance
BoardLookupMessage
Implements
Inherited Members
Extension Methods

Constructors

BoardLookupMessage()

Initializes a new instance of the BoardLookupMessage.

public BoardLookupMessage()

Properties

DataType

Data type info.

public override DataType DataType { get; }

Property Value

DataType

From

Start date, from which data needs to be retrieved.

[DataMember]
public override DateTimeOffset? From { get; }

Property Value

DateTimeOffset?

IsSubscribe

The message is subscription.

[DataMember]
public override bool IsSubscribe { get; }

Property Value

bool

Like

The filter for board search.

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

Property Value

string

OriginalTransactionId

ID of the original message TransactionId for which this message is a response.

[DataMember]
public override long OriginalTransactionId { get; }

Property Value

long

To

End date, until which data needs to be retrieved.

[DataMember]
public override DateTimeOffset? To { get; }

Property Value

DateTimeOffset?

Methods

Clone()

Create a copy of BoardLookupMessage.

public override Message Clone()

Returns

Message

Copy.

CopyTo(BoardLookupMessage)

Copy the message into the destination.

protected BoardLookupMessage CopyTo(BoardLookupMessage destination)

Parameters

destination BoardLookupMessage

The object, to which copied information.

Returns

BoardLookupMessage

The object, to which copied information.

ToString()

public override string ToString()

Returns

string