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 NewNoDates ¶ added in v0.2.0
func NewNoDates() *NoDates
NewNoDates returns an initialized NoDates instance
func (*NoDates) SetLastUpdateTime ¶ added in v0.2.0
func (*NoDates) SetTradeDate ¶ added in v0.2.0
func (*NoDates) SetTransactTime ¶ added in v0.2.0
type TrdCapDtGrp ¶ added in v0.2.0
type TrdCapDtGrp struct {
	//NoDates is a non-required field for TrdCapDtGrp.
	NoDates []NoDates `fix:"580,omitempty"`
}
    TrdCapDtGrp is a fix50 Component
func (*TrdCapDtGrp) SetNoDates ¶ added in v0.2.0
func (m *TrdCapDtGrp) SetNoDates(v []NoDates)
 Click to show internal directories. 
   Click to hide internal directories.