Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NoNested3PartySubIDs ¶
type NoNested3PartySubIDs struct { //Nested3PartySubID is a non-required field for NoNested3PartySubIDs. Nested3PartySubID *string `fix:"953"` //Nested3PartySubIDType is a non-required field for NoNested3PartySubIDs. Nested3PartySubIDType *int `fix:"954"` }
NoNested3PartySubIDs is a repeating group in NstdPtys3SubGrp
func NewNoNested3PartySubIDs ¶ added in v0.2.0
func NewNoNested3PartySubIDs() *NoNested3PartySubIDs
NewNoNested3PartySubIDs returns an initialized NoNested3PartySubIDs instance
func (*NoNested3PartySubIDs) SetNested3PartySubID ¶ added in v0.2.0
func (m *NoNested3PartySubIDs) SetNested3PartySubID(v string)
func (*NoNested3PartySubIDs) SetNested3PartySubIDType ¶ added in v0.2.0
func (m *NoNested3PartySubIDs) SetNested3PartySubIDType(v int)
type NstdPtys3SubGrp ¶ added in v0.2.0
type NstdPtys3SubGrp struct { //NoNested3PartySubIDs is a non-required field for NstdPtys3SubGrp. NoNested3PartySubIDs []NoNested3PartySubIDs `fix:"952,omitempty"` }
NstdPtys3SubGrp is a fix50 Component
func (*NstdPtys3SubGrp) SetNoNested3PartySubIDs ¶ added in v0.2.0
func (m *NstdPtys3SubGrp) SetNoNested3PartySubIDs(v []NoNested3PartySubIDs)
Click to show internal directories.
Click to hide internal directories.