Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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
func (*NoDates) SetLastUpdateTime ¶
func (*NoDates) SetTradeDate ¶
func (*NoDates) SetTransactTime ¶
type TrdCapDtGrp ¶
type TrdCapDtGrp struct { //NoDates is a non-required field for TrdCapDtGrp. NoDates []NoDates `fix:"580,omitempty"` }
TrdCapDtGrp is a fix50sp1 Component
func (*TrdCapDtGrp) SetNoDates ¶
func (m *TrdCapDtGrp) SetNoDates(v []NoDates)
Click to show internal directories.
Click to hide internal directories.