Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DerivativeInstrumentAttribute ¶
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 ¶
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 ¶
func NewNoDerivativeInstrAttrib() *NoDerivativeInstrAttrib
NewNoDerivativeInstrAttrib returns an initialized NoDerivativeInstrAttrib instance
func (*NoDerivativeInstrAttrib) SetDerivativeInstrAttribType ¶
func (m *NoDerivativeInstrAttrib) SetDerivativeInstrAttribType(v int)
func (*NoDerivativeInstrAttrib) SetDerivativeInstrAttribValue ¶
func (m *NoDerivativeInstrAttrib) SetDerivativeInstrAttribValue(v string)
Click to show internal directories.
Click to hide internal directories.