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 fixt11.Trailer }
Message is a TradingSessionList FIX Message
func New ¶ added in v0.3.0
func New(trdsesslstgrp trdsesslstgrp.TrdSessLstGrp) *Message
New returns an initialized TradingSessionList instance
func (Message) Marshal ¶
Marshal converts Message to a quickfix.Message instance
func (*Message) SetTrdSessLstGrp ¶ added in v0.3.0
func (m *Message) SetTrdSessLstGrp(v trdsesslstgrp.TrdSessLstGrp)
Source Files
¶
- TradingSessionList.go
Click to show internal directories.
Click to hide internal directories.