Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EvntGrp ¶ added in v0.3.0
type EvntGrp struct { //NoEvents is a non-required field for EvntGrp. NoEvents []NoEvents `fix:"864,omitempty"` }
EvntGrp is a fix50 Component
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
Source Files
¶
- EvntGrp.go
Click to show internal directories.
Click to hide internal directories.