Documentation ¶
Index ¶
- type NoAllocs
- func (m *NoAllocs) SetAllocAccount(v string)
- func (m *NoAllocs) SetAllocAcctIDSource(v int)
- func (m *NoAllocs) SetAllocQty(v float64)
- func (m *NoAllocs) SetAllocSettlCurrency(v string)
- func (m *NoAllocs) SetIndividualAllocID(v string)
- func (m *NoAllocs) SetNestedParties3(v nestedparties3.NestedParties3)
- type PreAllocMlegGrp
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NoAllocs ¶
type NoAllocs struct { //AllocAccount is a non-required field for NoAllocs. AllocAccount *string `fix:"79"` //AllocAcctIDSource is a non-required field for NoAllocs. AllocAcctIDSource *int `fix:"661"` //AllocSettlCurrency is a non-required field for NoAllocs. AllocSettlCurrency *string `fix:"736"` //IndividualAllocID is a non-required field for NoAllocs. IndividualAllocID *string `fix:"467"` //NestedParties3 is a non-required component for NoAllocs. NestedParties3 *nestedparties3.NestedParties3 //AllocQty is a non-required field for NoAllocs. AllocQty *float64 `fix:"80"` }
NoAllocs is a repeating group in PreAllocMlegGrp
func NewNoAllocs ¶ added in v0.2.0
func NewNoAllocs() *NoAllocs
NewNoAllocs returns an initialized NoAllocs instance
func (*NoAllocs) SetAllocAccount ¶ added in v0.2.0
func (*NoAllocs) SetAllocAcctIDSource ¶ added in v0.2.0
func (*NoAllocs) SetAllocQty ¶ added in v0.2.0
func (*NoAllocs) SetAllocSettlCurrency ¶ added in v0.2.0
func (*NoAllocs) SetIndividualAllocID ¶ added in v0.2.0
func (*NoAllocs) SetNestedParties3 ¶ added in v0.2.0
func (m *NoAllocs) SetNestedParties3(v nestedparties3.NestedParties3)
type PreAllocMlegGrp ¶ added in v0.2.0
type PreAllocMlegGrp struct { //NoAllocs is a non-required field for PreAllocMlegGrp. NoAllocs []NoAllocs `fix:"78,omitempty"` }
PreAllocMlegGrp is a fix50sp2 Component
func (*PreAllocMlegGrp) SetNoAllocs ¶ added in v0.2.0
func (m *PreAllocMlegGrp) SetNoAllocs(v []NoAllocs)
Click to show internal directories.
Click to hide internal directories.