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 + AllocClearingFeeIndicator *string + AllocCustomerCapacity *string + AllocMethod *int + AllocQty *float64 + AllocSettlCurrency *string + IndividualAllocID *string + NestedParties2 *nestedparties2.NestedParties2 + SecondaryIndividualAllocID *string + func NewNoAllocs() *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 struct + NoAllocs []NoAllocs + func New() *TrdAllocGrp + func (m *TrdAllocGrp) SetNoAllocs(v []NoAllocs)