Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NoTrdRegTimestamps ¶
type NoTrdRegTimestamps struct { //TrdRegTimestamp is a non-required field for NoTrdRegTimestamps. TrdRegTimestamp *time.Time `fix:"769"` //TrdRegTimestampType is a non-required field for NoTrdRegTimestamps. TrdRegTimestampType *int `fix:"770"` //TrdRegTimestampOrigin is a non-required field for NoTrdRegTimestamps. TrdRegTimestampOrigin *string `fix:"771"` }
NoTrdRegTimestamps is a repeating group in TrdRegTimestamps
func NewNoTrdRegTimestamps ¶ added in v0.2.0
func NewNoTrdRegTimestamps() *NoTrdRegTimestamps
NewNoTrdRegTimestamps returns an initialized NoTrdRegTimestamps instance
func (*NoTrdRegTimestamps) SetTrdRegTimestamp ¶ added in v0.2.0
func (m *NoTrdRegTimestamps) SetTrdRegTimestamp(v time.Time)
func (*NoTrdRegTimestamps) SetTrdRegTimestampOrigin ¶ added in v0.2.0
func (m *NoTrdRegTimestamps) SetTrdRegTimestampOrigin(v string)
func (*NoTrdRegTimestamps) SetTrdRegTimestampType ¶ added in v0.2.0
func (m *NoTrdRegTimestamps) SetTrdRegTimestampType(v int)
type TrdRegTimestamps ¶ added in v0.2.0
type TrdRegTimestamps struct { //NoTrdRegTimestamps is a non-required field for TrdRegTimestamps. NoTrdRegTimestamps []NoTrdRegTimestamps `fix:"768,omitempty"` }
TrdRegTimestamps is a fix44 Component
func (*TrdRegTimestamps) SetNoTrdRegTimestamps ¶ added in v0.2.0
func (m *TrdRegTimestamps) SetNoTrdRegTimestamps(v []NoTrdRegTimestamps)
Click to show internal directories.
Click to hide internal directories.