Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NoNestedPartySubIDs ¶
type NoNestedPartySubIDs struct { //NestedPartySubID is a non-required field for NoNestedPartySubIDs. NestedPartySubID *string `fix:"545"` //NestedPartySubIDType is a non-required field for NoNestedPartySubIDs. NestedPartySubIDType *int `fix:"805"` }
NoNestedPartySubIDs is a repeating group in NstdPtysSubGrp
func NewNoNestedPartySubIDs ¶ added in v0.2.0
func NewNoNestedPartySubIDs() *NoNestedPartySubIDs
NewNoNestedPartySubIDs returns an initialized NoNestedPartySubIDs instance
func (*NoNestedPartySubIDs) SetNestedPartySubID ¶ added in v0.2.0
func (m *NoNestedPartySubIDs) SetNestedPartySubID(v string)
func (*NoNestedPartySubIDs) SetNestedPartySubIDType ¶ added in v0.2.0
func (m *NoNestedPartySubIDs) SetNestedPartySubIDType(v int)
type NstdPtysSubGrp ¶ added in v0.2.0
type NstdPtysSubGrp struct { //NoNestedPartySubIDs is a non-required field for NstdPtysSubGrp. NoNestedPartySubIDs []NoNestedPartySubIDs `fix:"804,omitempty"` }
NstdPtysSubGrp is a fix50 Component
func (*NstdPtysSubGrp) SetNoNestedPartySubIDs ¶ added in v0.2.0
func (m *NstdPtysSubGrp) SetNoNestedPartySubIDs(v []NoNestedPartySubIDs)
Click to show internal directories.
Click to hide internal directories.