FixBoardUpdate

StockSharp.Fix.Native

Data from BoardUpdate FIX message.

Implements: IEquatable<FixBoardUpdate>

Constructors

FixBoardUpdate
public FixBoardUpdate(string Board, string Exchange)
fixBoardUpdate = FixBoardUpdate(Board, Exchange)

Data from BoardUpdate FIX message.

Board
Board code.
Exchange
Exchange code.

Properties

Board
public string Board { get; set; }
value = fixBoardUpdate.Board
fixBoardUpdate.Board = value

Board code.

Exchange
public string Exchange { get; set; }
value = fixBoardUpdate.Exchange
fixBoardUpdate.Exchange = value

Exchange code.