Versions in this module Expand all Collapse all v0 v0.3.0 Jun 3, 2016 Changes in this version + type AllocAckGrp struct + NoAllocs []NoAllocs + func New() *AllocAckGrp + func (m *AllocAckGrp) SetNoAllocs(v []NoAllocs) + type NoAllocs struct + AllocAccount *string + AllocAcctIDSource *int + AllocCustomerCapacity *string + AllocPositionEffect *string + AllocPrice *float64 + AllocQty *float64 + AllocText *string + EncodedAllocText *string + EncodedAllocTextLen *int + IndividualAllocID *string + IndividualAllocRejCode *int + IndividualAllocType *int + NestedParties *nestedparties.NestedParties + SecondaryIndividualAllocID *string + func NewNoAllocs() *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)