Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Component ¶
type Component struct {
//NoDates is a non-required field for TrdCapDtGrp.
NoDates []NoDates `fix:"580,omitempty"`
}
Component is a fix50sp1 TrdCapDtGrp Component
type NoDates ¶
type NoDates struct {
//TradeDate is a non-required field for NoDates.
TradeDate *string `fix:"75"`
//TransactTime is a non-required field for NoDates.
TransactTime *time.Time `fix:"60"`
//LastUpdateTime is a non-required field for NoDates.
LastUpdateTime *time.Time `fix:"779"`
}
NoDates is a repeating group in TrdCapDtGrp
Click to show internal directories.
Click to hide internal directories.