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