Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MsgTypeGrp ¶ added in v0.2.0
type MsgTypeGrp struct { //NoMsgTypes is a non-required field for MsgTypeGrp. NoMsgTypes []NoMsgTypes `fix:"384,omitempty"` }
MsgTypeGrp is a fix50sp2 Component
func (*MsgTypeGrp) SetNoMsgTypes ¶ added in v0.2.0
func (m *MsgTypeGrp) SetNoMsgTypes(v []NoMsgTypes)
type NoMsgTypes ¶
type NoMsgTypes struct { //RefMsgType is a non-required field for NoMsgTypes. RefMsgType *string `fix:"372"` //MsgDirection is a non-required field for NoMsgTypes. MsgDirection *string `fix:"385"` //RefApplVerID is a non-required field for NoMsgTypes. RefApplVerID *string `fix:"1130"` //RefCstmApplVerID is a non-required field for NoMsgTypes. RefCstmApplVerID *string `fix:"1131"` //RefApplExtID is a non-required field for NoMsgTypes. RefApplExtID *int `fix:"1406"` //DefaultVerIndicator is a non-required field for NoMsgTypes. DefaultVerIndicator *bool `fix:"1410"` }
NoMsgTypes is a repeating group in MsgTypeGrp
func NewNoMsgTypes ¶ added in v0.2.0
func NewNoMsgTypes() *NoMsgTypes
NewNoMsgTypes returns an initialized NoMsgTypes instance
func (*NoMsgTypes) SetDefaultVerIndicator ¶ added in v0.2.0
func (m *NoMsgTypes) SetDefaultVerIndicator(v bool)
func (*NoMsgTypes) SetMsgDirection ¶ added in v0.2.0
func (m *NoMsgTypes) SetMsgDirection(v string)
func (*NoMsgTypes) SetRefApplExtID ¶ added in v0.2.0
func (m *NoMsgTypes) SetRefApplExtID(v int)
func (*NoMsgTypes) SetRefApplVerID ¶ added in v0.2.0
func (m *NoMsgTypes) SetRefApplVerID(v string)
func (*NoMsgTypes) SetRefCstmApplVerID ¶ added in v0.2.0
func (m *NoMsgTypes) SetRefCstmApplVerID(v string)
func (*NoMsgTypes) SetRefMsgType ¶ added in v0.2.0
func (m *NoMsgTypes) SetRefMsgType(v string)
Click to show internal directories.
Click to hide internal directories.