Versions in this module Expand all Collapse all v0 v0.3.0 Jun 3, 2016 Changes in this version + type NoAllocs struct + AllocAccount *string + AllocAcctIDSource *int + AllocQty *float64 + AllocSettlCurrency *string + IndividualAllocID *string + NestedParties *nestedparties.NestedParties + func NewNoAllocs() *NoAllocs + func (m *NoAllocs) SetAllocAccount(v string) + func (m *NoAllocs) SetAllocAcctIDSource(v int) + func (m *NoAllocs) SetAllocQty(v float64) + func (m *NoAllocs) SetAllocSettlCurrency(v string) + func (m *NoAllocs) SetIndividualAllocID(v string) + func (m *NoAllocs) SetNestedParties(v nestedparties.NestedParties) + type PreAllocGrp struct + NoAllocs []NoAllocs + func New() *PreAllocGrp + func (m *PreAllocGrp) SetNoAllocs(v []NoAllocs)