Documentation
      ¶
    
    
  
    
  
    Index ¶
- type NoAllocs
 - func (m *NoAllocs) SetAllocAccount(v string)
 - func (m *NoAllocs) SetAllocAcctIDSource(v int)
 - func (m *NoAllocs) SetAllocClearingFeeIndicator(v string)
 - func (m *NoAllocs) SetAllocCustomerCapacity(v string)
 - func (m *NoAllocs) SetAllocMethod(v int)
 - func (m *NoAllocs) SetAllocQty(v float64)
 - func (m *NoAllocs) SetAllocSettlCurrency(v string)
 - func (m *NoAllocs) SetIndividualAllocID(v string)
 - func (m *NoAllocs) SetNestedParties2(v nestedparties2.NestedParties2)
 - func (m *NoAllocs) SetSecondaryIndividualAllocID(v string)
 
- type TrdAllocGrp
 
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"`
	//NestedParties2 is a non-required component for NoAllocs.
	NestedParties2 *nestedparties2.NestedParties2
	//AllocQty is a non-required field for NoAllocs.
	AllocQty *float64 `fix:"80"`
	//AllocCustomerCapacity is a non-required field for NoAllocs.
	AllocCustomerCapacity *string `fix:"993"`
	//AllocMethod is a non-required field for NoAllocs.
	AllocMethod *int `fix:"1002"`
	//SecondaryIndividualAllocID is a non-required field for NoAllocs.
	SecondaryIndividualAllocID *string `fix:"989"`
	//AllocClearingFeeIndicator is a non-required field for NoAllocs.
	AllocClearingFeeIndicator *string `fix:"1136"`
}
    NoAllocs is a repeating group in TrdAllocGrp
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) SetAllocClearingFeeIndicator ¶ added in v0.2.0
func (*NoAllocs) SetAllocCustomerCapacity ¶ added in v0.2.0
func (*NoAllocs) SetAllocMethod ¶ 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) SetNestedParties2 ¶ added in v0.2.0
func (m *NoAllocs) SetNestedParties2(v nestedparties2.NestedParties2)
func (*NoAllocs) SetSecondaryIndividualAllocID ¶ added in v0.2.0
type TrdAllocGrp ¶ added in v0.2.0
type TrdAllocGrp struct {
	//NoAllocs is a non-required field for TrdAllocGrp.
	NoAllocs []NoAllocs `fix:"78,omitempty"`
}
    TrdAllocGrp is a fix50sp1 Component
func (*TrdAllocGrp) SetNoAllocs ¶ added in v0.2.0
func (m *TrdAllocGrp) SetNoAllocs(v []NoAllocs)
 Click to show internal directories. 
   Click to hide internal directories.