Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NestedParties2 ¶ added in v0.2.0
type NestedParties2 struct { //NoNested2PartyIDs is a non-required field for NestedParties2. NoNested2PartyIDs []NoNested2PartyIDs `fix:"756,omitempty"` }
NestedParties2 is a fix44 Component
func (*NestedParties2) SetNoNested2PartyIDs ¶ added in v0.2.0
func (m *NestedParties2) SetNoNested2PartyIDs(v []NoNested2PartyIDs)
type NoNested2PartyIDs ¶
type NoNested2PartyIDs struct { //Nested2PartyID is a non-required field for NoNested2PartyIDs. Nested2PartyID *string `fix:"757"` //Nested2PartyIDSource is a non-required field for NoNested2PartyIDs. Nested2PartyIDSource *string `fix:"758"` //Nested2PartyRole is a non-required field for NoNested2PartyIDs. Nested2PartyRole *int `fix:"759"` //NoNested2PartySubIDs is a non-required field for NoNested2PartyIDs. NoNested2PartySubIDs []NoNested2PartySubIDs `fix:"806,omitempty"` }
NoNested2PartyIDs is a repeating group in NestedParties2
func NewNoNested2PartyIDs ¶ added in v0.2.0
func NewNoNested2PartyIDs() *NoNested2PartyIDs
NewNoNested2PartyIDs returns an initialized NoNested2PartyIDs instance
func (*NoNested2PartyIDs) SetNested2PartyID ¶ added in v0.2.0
func (m *NoNested2PartyIDs) SetNested2PartyID(v string)
func (*NoNested2PartyIDs) SetNested2PartyIDSource ¶ added in v0.2.0
func (m *NoNested2PartyIDs) SetNested2PartyIDSource(v string)
func (*NoNested2PartyIDs) SetNested2PartyRole ¶ added in v0.2.0
func (m *NoNested2PartyIDs) SetNested2PartyRole(v int)
func (*NoNested2PartyIDs) SetNoNested2PartySubIDs ¶ added in v0.2.0
func (m *NoNested2PartyIDs) SetNoNested2PartySubIDs(v []NoNested2PartySubIDs)
type NoNested2PartySubIDs ¶
type NoNested2PartySubIDs struct { //Nested2PartySubID is a non-required field for NoNested2PartySubIDs. Nested2PartySubID *string `fix:"760"` //Nested2PartySubIDType is a non-required field for NoNested2PartySubIDs. Nested2PartySubIDType *int `fix:"807"` }
NoNested2PartySubIDs is a repeating group in NoNested2PartyIDs
func NewNoNested2PartySubIDs ¶ added in v0.2.0
func NewNoNested2PartySubIDs() *NoNested2PartySubIDs
NewNoNested2PartySubIDs returns an initialized NoNested2PartySubIDs instance
func (*NoNested2PartySubIDs) SetNested2PartySubID ¶ added in v0.2.0
func (m *NoNested2PartySubIDs) SetNested2PartySubID(v string)
func (*NoNested2PartySubIDs) SetNested2PartySubIDType ¶ added in v0.2.0
func (m *NoNested2PartySubIDs) SetNested2PartySubIDType(v int)
Click to show internal directories.
Click to hide internal directories.