Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DerivativeInstrumentAttribute ¶ added in v0.2.0
type DerivativeInstrumentAttribute struct { //NoDerivativeInstrAttrib is a non-required field for DerivativeInstrumentAttribute. NoDerivativeInstrAttrib []NoDerivativeInstrAttrib `fix:"1311,omitempty"` }
DerivativeInstrumentAttribute is a fix50sp1 Component
func New ¶
func New() *DerivativeInstrumentAttribute
New returns an initialized DerivativeInstrumentAttribute instance
func (*DerivativeInstrumentAttribute) SetNoDerivativeInstrAttrib ¶ added in v0.2.0
func (m *DerivativeInstrumentAttribute) SetNoDerivativeInstrAttrib(v []NoDerivativeInstrAttrib)
type NoDerivativeInstrAttrib ¶
type NoDerivativeInstrAttrib struct { //DerivativeInstrAttribType is a non-required field for NoDerivativeInstrAttrib. DerivativeInstrAttribType *int `fix:"1313"` //DerivativeInstrAttribValue is a non-required field for NoDerivativeInstrAttrib. DerivativeInstrAttribValue *string `fix:"1314"` }
NoDerivativeInstrAttrib is a repeating group in DerivativeInstrumentAttribute
func NewNoDerivativeInstrAttrib ¶ added in v0.2.0
func NewNoDerivativeInstrAttrib() *NoDerivativeInstrAttrib
NewNoDerivativeInstrAttrib returns an initialized NoDerivativeInstrAttrib instance
func (*NoDerivativeInstrAttrib) SetDerivativeInstrAttribType ¶ added in v0.2.0
func (m *NoDerivativeInstrAttrib) SetDerivativeInstrAttribType(v int)
func (*NoDerivativeInstrAttrib) SetDerivativeInstrAttribValue ¶ added in v0.2.0
func (m *NoDerivativeInstrAttrib) SetDerivativeInstrAttribValue(v string)
Click to show internal directories.
Click to hide internal directories.