Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Component ¶
type Component struct { //NoPartyIDs is a non-required field for Parties. NoPartyIDs []NoPartyIDs `fix:"453,omitempty"` }
Component is a fix43 Parties Component
type NoPartyIDs ¶
type NoPartyIDs struct { //PartyID is a non-required field for NoPartyIDs. PartyID *string `fix:"448"` //PartyIDSource is a non-required field for NoPartyIDs. PartyIDSource *string `fix:"447"` //PartyRole is a non-required field for NoPartyIDs. PartyRole *int `fix:"452"` //PartySubID is a non-required field for NoPartyIDs. PartySubID *string `fix:"523"` }
NoPartyIDs is a repeating group in Parties
Click to show internal directories.
Click to hide internal directories.