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 fix50sp2 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"` //NstdPtys2SubGrp is a non-required component for NoNested2PartyIDs. NstdPtys2SubGrp *nstdptys2subgrp.NstdPtys2SubGrp }
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) SetNstdPtys2SubGrp ¶ added in v0.2.0
func (m *NoNested2PartyIDs) SetNstdPtys2SubGrp(v nstdptys2subgrp.NstdPtys2SubGrp)
Click to show internal directories.
Click to hide internal directories.