Documentation
¶
Overview ¶
Package tradingsessionlistupdatereport msg type = BS.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Message ¶
type Message struct {
FIXMsgType string `fix:"BS"`
fixt11.Header
//TradSesReqID is a non-required field for TradingSessionListUpdateReport.
TradSesReqID *string `fix:"335"`
//TrdSessLstGrp is a required component for TradingSessionListUpdateReport.
trdsesslstgrp.TrdSessLstGrp
//ApplicationSequenceControl is a non-required component for TradingSessionListUpdateReport.
ApplicationSequenceControl *applicationsequencecontrol.ApplicationSequenceControl
fixt11.Trailer
}
Message is a TradingSessionListUpdateReport FIX Message
func New ¶ added in v0.3.0
func New(trdsesslstgrp trdsesslstgrp.TrdSessLstGrp) *Message
New returns an initialized TradingSessionListUpdateReport instance
func (Message) Marshal ¶
Marshal converts Message to a quickfix.Message instance
func (*Message) SetApplicationSequenceControl ¶ added in v0.3.0
func (m *Message) SetApplicationSequenceControl(v applicationsequencecontrol.ApplicationSequenceControl)
func (*Message) SetTrdSessLstGrp ¶ added in v0.3.0
func (m *Message) SetTrdSessLstGrp(v trdsesslstgrp.TrdSessLstGrp)
Source Files
¶
- TradingSessionListUpdateReport.go
Click to show internal directories.
Click to hide internal directories.