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 ¶
type LegPreAllocGrp struct { //NoLegAllocs is a non-required field for LegPreAllocGrp. NoLegAllocs []NoLegAllocs `fix:"670,omitempty"` }
LegPreAllocGrp is a fix50sp2 Component
func (*LegPreAllocGrp) SetNoLegAllocs ¶
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 ¶
func NewNoLegAllocs() *NoLegAllocs
NewNoLegAllocs returns an initialized NoLegAllocs instance
func (*NoLegAllocs) SetLegAllocAccount ¶
func (m *NoLegAllocs) SetLegAllocAccount(v string)
func (*NoLegAllocs) SetLegAllocAcctIDSource ¶
func (m *NoLegAllocs) SetLegAllocAcctIDSource(v string)
func (*NoLegAllocs) SetLegAllocQty ¶
func (m *NoLegAllocs) SetLegAllocQty(v float64)
func (*NoLegAllocs) SetLegAllocSettlCurrency ¶
func (m *NoLegAllocs) SetLegAllocSettlCurrency(v string)
func (*NoLegAllocs) SetLegIndividualAllocID ¶
func (m *NoLegAllocs) SetLegIndividualAllocID(v string)
func (*NoLegAllocs) SetNestedParties2 ¶
func (m *NoLegAllocs) SetNestedParties2(v nestedparties2.NestedParties2)
Click to show internal directories.
Click to hide internal directories.