Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EvntGrp ¶ added in v0.2.0
type EvntGrp struct {
//NoEvents is a non-required field for EvntGrp.
NoEvents []NoEvents `fix:"864,omitempty"`
}
EvntGrp is a fix50 Component
func (*EvntGrp) SetNoEvents ¶ added in v0.2.0
type NoEvents ¶
type NoEvents struct {
//EventType is a non-required field for NoEvents.
EventType *int `fix:"865"`
//EventDate is a non-required field for NoEvents.
EventDate *string `fix:"866"`
//EventPx is a non-required field for NoEvents.
EventPx *float64 `fix:"867"`
//EventText is a non-required field for NoEvents.
EventText *string `fix:"868"`
}
NoEvents is a repeating group in EvntGrp
func NewNoEvents ¶ added in v0.2.0
func NewNoEvents() *NoEvents
NewNoEvents returns an initialized NoEvents instance
func (*NoEvents) SetEventDate ¶ added in v0.2.0
func (*NoEvents) SetEventPx ¶ added in v0.2.0
func (*NoEvents) SetEventText ¶ added in v0.2.0
func (*NoEvents) SetEventType ¶ added in v0.2.0
Click to show internal directories.
Click to hide internal directories.