tradingsessionlistupdatereport

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 19, 2016 License: Apache-1.1 Imports: 5 Imported by: 0

Documentation

Overview

Package tradingsessionlistupdatereport msg type = BS.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Route

func Route(router RouteOut) (string, string, quickfix.MessageRoute)

Route returns the beginstring, message type, and MessageRoute for this Message type

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) Marshal

func (m Message) Marshal() quickfix.Message

Marshal converts Message to a quickfix.Message 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 (m *Message) SetTradSesReqID(v string)

func (*Message) SetTradSesUpdateAction added in v0.2.0

func (m *Message) SetTradSesUpdateAction(v string)

func (*Message) SetTrdSessLstGrp added in v0.2.0

func (m *Message) SetTrdSessLstGrp(v trdsesslstgrp.TrdSessLstGrp)

type RouteOut

type RouteOut func(msg Message, sessionID quickfix.SessionID) quickfix.MessageRejectError

A RouteOut is the callback type that should be implemented for routing Message

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL