Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AltPtysSubGrp ¶ added in v0.2.0
type AltPtysSubGrp struct {
//NoPartyAltSubIDs is a non-required field for AltPtysSubGrp.
NoPartyAltSubIDs []NoPartyAltSubIDs `fix:"1519,omitempty"`
}
AltPtysSubGrp is a fix50sp2 Component
func (*AltPtysSubGrp) SetNoPartyAltSubIDs ¶ added in v0.2.0
func (m *AltPtysSubGrp) SetNoPartyAltSubIDs(v []NoPartyAltSubIDs)
type NoPartyAltSubIDs ¶
type NoPartyAltSubIDs struct {
//PartyAltSubID is a non-required field for NoPartyAltSubIDs.
PartyAltSubID *string `fix:"1520"`
//PartyAltSubIDType is a non-required field for NoPartyAltSubIDs.
PartyAltSubIDType *int `fix:"1521"`
}
NoPartyAltSubIDs is a repeating group in AltPtysSubGrp
func NewNoPartyAltSubIDs ¶ added in v0.2.0
func NewNoPartyAltSubIDs() *NoPartyAltSubIDs
NewNoPartyAltSubIDs returns an initialized NoPartyAltSubIDs instance
func (*NoPartyAltSubIDs) SetPartyAltSubID ¶ added in v0.2.0
func (m *NoPartyAltSubIDs) SetPartyAltSubID(v string)
func (*NoPartyAltSubIDs) SetPartyAltSubIDType ¶ added in v0.2.0
func (m *NoPartyAltSubIDs) SetPartyAltSubIDType(v int)
Source Files
¶
- AltPtysSubGrp.go
Click to show internal directories.
Click to hide internal directories.