Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Component ¶
type Component struct { //NoContextPartyIDs is a non-required field for ContextParties. NoContextPartyIDs []NoContextPartyIDs `fix:"1522,omitempty"` }
Component is a fix50sp2 ContextParties Component
type NoContextPartyIDs ¶
type NoContextPartyIDs struct { //ContextPartyID is a non-required field for NoContextPartyIDs. ContextPartyID *string `fix:"1523"` //ContextPartyIDSource is a non-required field for NoContextPartyIDs. ContextPartyIDSource *string `fix:"1524"` //ContextPartyRole is a non-required field for NoContextPartyIDs. ContextPartyRole *int `fix:"1525"` //ContextPtysSubGrp Component ContextPtysSubGrp contextptyssubgrp.Component }
NoContextPartyIDs is a repeating group in ContextParties
Click to show internal directories.
Click to hide internal directories.