Documentation ¶
Index ¶
- type AllocAckGrp
- type NoAllocs
- func (m *NoAllocs) SetAllocAccount(v string)
- func (m *NoAllocs) SetAllocAcctIDSource(v int)
- func (m *NoAllocs) SetAllocCustomerCapacity(v string)
- func (m *NoAllocs) SetAllocPositionEffect(v string)
- func (m *NoAllocs) SetAllocPrice(v float64)
- func (m *NoAllocs) SetAllocQty(v float64)
- func (m *NoAllocs) SetAllocText(v string)
- func (m *NoAllocs) SetEncodedAllocText(v string)
- func (m *NoAllocs) SetEncodedAllocTextLen(v int)
- func (m *NoAllocs) SetIndividualAllocID(v string)
- func (m *NoAllocs) SetIndividualAllocRejCode(v int)
- func (m *NoAllocs) SetIndividualAllocType(v int)
- func (m *NoAllocs) SetNestedParties(v nestedparties.NestedParties)
- func (m *NoAllocs) SetSecondaryIndividualAllocID(v string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AllocAckGrp ¶ added in v0.2.0
type AllocAckGrp struct { //NoAllocs is a non-required field for AllocAckGrp. NoAllocs []NoAllocs `fix:"78,omitempty"` }
AllocAckGrp is a fix50sp1 Component
func (*AllocAckGrp) SetNoAllocs ¶ added in v0.2.0
func (m *AllocAckGrp) SetNoAllocs(v []NoAllocs)
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"` //AllocPrice is a non-required field for NoAllocs. AllocPrice *float64 `fix:"366"` //IndividualAllocID is a non-required field for NoAllocs. IndividualAllocID *string `fix:"467"` //IndividualAllocRejCode is a non-required field for NoAllocs. IndividualAllocRejCode *int `fix:"776"` //AllocText is a non-required field for NoAllocs. AllocText *string `fix:"161"` //EncodedAllocTextLen is a non-required field for NoAllocs. EncodedAllocTextLen *int `fix:"360"` //EncodedAllocText is a non-required field for NoAllocs. EncodedAllocText *string `fix:"361"` //SecondaryIndividualAllocID is a non-required field for NoAllocs. SecondaryIndividualAllocID *string `fix:"989"` //AllocCustomerCapacity is a non-required field for NoAllocs. AllocCustomerCapacity *string `fix:"993"` //IndividualAllocType is a non-required field for NoAllocs. IndividualAllocType *int `fix:"992"` //AllocQty is a non-required field for NoAllocs. AllocQty *float64 `fix:"80"` //NestedParties is a non-required component for NoAllocs. NestedParties *nestedparties.NestedParties //AllocPositionEffect is a non-required field for NoAllocs. AllocPositionEffect *string `fix:"1047"` }
NoAllocs is a repeating group in AllocAckGrp
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) SetAllocCustomerCapacity ¶ added in v0.2.0
func (*NoAllocs) SetAllocPositionEffect ¶ added in v0.2.0
func (*NoAllocs) SetAllocPrice ¶ added in v0.2.0
func (*NoAllocs) SetAllocQty ¶ added in v0.2.0
func (*NoAllocs) SetAllocText ¶ added in v0.2.0
func (*NoAllocs) SetEncodedAllocText ¶ added in v0.2.0
func (*NoAllocs) SetEncodedAllocTextLen ¶ added in v0.2.0
func (*NoAllocs) SetIndividualAllocID ¶ added in v0.2.0
func (*NoAllocs) SetIndividualAllocRejCode ¶ added in v0.2.0
func (*NoAllocs) SetIndividualAllocType ¶ added in v0.2.0
func (*NoAllocs) SetNestedParties ¶ added in v0.2.0
func (m *NoAllocs) SetNestedParties(v nestedparties.NestedParties)
func (*NoAllocs) SetSecondaryIndividualAllocID ¶ added in v0.2.0
Click to show internal directories.
Click to hide internal directories.