Documentation ¶
Overview ¶
Package tradingsessionlistupdatereport msg type = BS.
Index ¶
- func Route(router RouteOut) (string, string, quickfix.MessageRoute)
- type Message
- func (m Message) Marshal() quickfix.Message
- func (m *Message) SetApplicationSequenceControl(v applicationsequencecontrol.ApplicationSequenceControl)
- func (m *Message) SetTradSesReqID(v string)
- func (m *Message) SetTradSesUpdateAction(v string)
- func (m *Message) SetTrdSessLstGrp(v trdsesslstgrp.TrdSessLstGrp)
- type RouteOut
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"` //TradSesUpdateAction is a non-required field for TradingSessionListUpdateReport. TradSesUpdateAction *string `fix:"1327"` //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.2.0
func New(trdsesslstgrp trdsesslstgrp.TrdSessLstGrp) *Message
New returns an initialized TradingSessionListUpdateReport 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) SetTradSesUpdateAction ¶ 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.