FixBoardLookup

StockSharp.Fix.Native

Data from BoardLookup FIX message.

实现: IEquatable<FixBoardLookup>

构造函数

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

Data from BoardLookup FIX message.

MdReqId
请求编号(TransactionId).
Like
棋盘名称的过滤模式 。
DisableArchive
是否排除存档的棋盘 。

属性

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

是否排除存档的棋盘 。

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

棋盘名称的过滤模式 。

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

请求编号(TransactionId).