FixBoardLookup

StockSharp.Fix.Native

Data from BoardLookup FIX message.

Implements: IEquatable<FixBoardLookup>

Constructors

FixBoardLookup
public FixBoardLookup(FixId MdReqId, string Like, bool DisableArchive)
fixBoardLookup = FixBoardLookup(MdReqId, Like, DisableArchive)

Data from BoardLookup FIX message.

MdReqId
Request ID (TransactionId).
Like
Filter pattern for board names.
DisableArchive
Whether to exclude archived boards.

Properties

DisableArchive
public bool DisableArchive { get; set; }
value = fixBoardLookup.DisableArchive
fixBoardLookup.DisableArchive = value

Whether to exclude archived boards.

Like
public string Like { get; set; }
value = fixBoardLookup.Like
fixBoardLookup.Like = value

Filter pattern for board names.

MdReqId
public FixId MdReqId { get; set; }
value = fixBoardLookup.MdReqId
fixBoardLookup.MdReqId = value

Request ID (TransactionId).