Versions in this module Expand all Collapse all v0 v0.3.0 Jun 3, 2016 Changes in this version + type InstrumentExtension struct + DeliveryForm *int + NoInstrAttrib []NoInstrAttrib + PctAtRisk *float64 + func (m *InstrumentExtension) SetDeliveryForm(v int) + func (m *InstrumentExtension) SetNoInstrAttrib(v []NoInstrAttrib) + func (m *InstrumentExtension) SetPctAtRisk(v float64) type NoInstrAttrib + func NewNoInstrAttrib() *NoInstrAttrib + func (m *NoInstrAttrib) SetInstrAttribType(v int) + func (m *NoInstrAttrib) SetInstrAttribValue(v string) v0.1.0 Feb 21, 2016 Changes in this version + type Component struct + DeliveryForm *int + NoInstrAttrib []NoInstrAttrib + PctAtRisk *float64 + func New() *Component + type NoInstrAttrib struct + InstrAttribType *int + InstrAttribValue *string