Documentation ¶
Index ¶
- type LegPreAllocGrp
- type NoLegAllocs
- func (m *NoLegAllocs) SetLegAllocAccount(v string)
- func (m *NoLegAllocs) SetLegAllocAcctIDSource(v string)
- func (m *NoLegAllocs) SetLegAllocQty(v float64)
- func (m *NoLegAllocs) SetLegAllocSettlCurrency(v string)
- func (m *NoLegAllocs) SetLegIndividualAllocID(v string)
- func (m *NoLegAllocs) SetNestedParties2(v nestedparties2.NestedParties2)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LegPreAllocGrp ¶ added in v0.2.0
type LegPreAllocGrp struct { //NoLegAllocs is a non-required field for LegPreAllocGrp. NoLegAllocs []NoLegAllocs `fix:"670,omitempty"` }
LegPreAllocGrp is a fix50sp1 Component
func (*LegPreAllocGrp) SetNoLegAllocs ¶ added in v0.2.0
func (m *LegPreAllocGrp) SetNoLegAllocs(v []NoLegAllocs)
type NoLegAllocs ¶
type NoLegAllocs struct { //LegAllocAccount is a non-required field for NoLegAllocs. LegAllocAccount *string `fix:"671"` //LegIndividualAllocID is a non-required field for NoLegAllocs. LegIndividualAllocID *string `fix:"672"` //LegAllocQty is a non-required field for NoLegAllocs. LegAllocQty *float64 `fix:"673"` //LegAllocAcctIDSource is a non-required field for NoLegAllocs. LegAllocAcctIDSource *string `fix:"674"` //LegAllocSettlCurrency is a non-required field for NoLegAllocs. LegAllocSettlCurrency *string `fix:"1367"` //NestedParties2 is a non-required component for NoLegAllocs. NestedParties2 *nestedparties2.NestedParties2 }
NoLegAllocs is a repeating group in LegPreAllocGrp
func NewNoLegAllocs ¶ added in v0.2.0
func NewNoLegAllocs() *NoLegAllocs
NewNoLegAllocs returns an initialized NoLegAllocs instance
func (*NoLegAllocs) SetLegAllocAccount ¶ added in v0.2.0
func (m *NoLegAllocs) SetLegAllocAccount(v string)
func (*NoLegAllocs) SetLegAllocAcctIDSource ¶ added in v0.2.0
func (m *NoLegAllocs) SetLegAllocAcctIDSource(v string)
func (*NoLegAllocs) SetLegAllocQty ¶ added in v0.2.0
func (m *NoLegAllocs) SetLegAllocQty(v float64)
func (*NoLegAllocs) SetLegAllocSettlCurrency ¶ added in v0.2.0
func (m *NoLegAllocs) SetLegAllocSettlCurrency(v string)
func (*NoLegAllocs) SetLegIndividualAllocID ¶ added in v0.2.0
func (m *NoLegAllocs) SetLegIndividualAllocID(v string)
func (*NoLegAllocs) SetNestedParties2 ¶ added in v0.2.0
func (m *NoLegAllocs) SetNestedParties2(v nestedparties2.NestedParties2)
Click to show internal directories.
Click to hide internal directories.