FixParty

StockSharp.Fix.Native

Party information from FIX message.

Properties

PartyId
public string PartyId { get; set; }
value = fixParty.PartyId
fixParty.PartyId = value

Party identifier value.

PartyRole
public PartyRole? PartyRole { get; set; }
value = fixParty.PartyRole
fixParty.PartyRole = value

Party role (e.g., ExecutingFirm, ClientId, etc.).