Documentation ¶
Index ¶
- type NoTrdRegTimestamps
- func (m *NoTrdRegTimestamps) SetDeskOrderHandlingInst(v string)
- func (m *NoTrdRegTimestamps) SetDeskType(v string)
- func (m *NoTrdRegTimestamps) SetDeskTypeSource(v int)
- func (m *NoTrdRegTimestamps) SetTrdRegTimestamp(v time.Time)
- func (m *NoTrdRegTimestamps) SetTrdRegTimestampOrigin(v string)
- func (m *NoTrdRegTimestamps) SetTrdRegTimestampType(v int)
- type TrdRegTimestamps
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"` //DeskType is a non-required field for NoTrdRegTimestamps. DeskType *string `fix:"1033"` //DeskTypeSource is a non-required field for NoTrdRegTimestamps. DeskTypeSource *int `fix:"1034"` //DeskOrderHandlingInst is a non-required field for NoTrdRegTimestamps. DeskOrderHandlingInst *string `fix:"1035"` }
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) SetDeskOrderHandlingInst ¶ added in v0.2.0
func (m *NoTrdRegTimestamps) SetDeskOrderHandlingInst(v string)
func (*NoTrdRegTimestamps) SetDeskType ¶ added in v0.2.0
func (m *NoTrdRegTimestamps) SetDeskType(v string)
func (*NoTrdRegTimestamps) SetDeskTypeSource ¶ added in v0.2.0
func (m *NoTrdRegTimestamps) SetDeskTypeSource(v int)
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 fix50sp1 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.