tradingsessionstatusrequest

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Feb 21, 2016 License: Apache-1.1 Imports: 3 Imported by: 0

Documentation

Overview

Package tradingsessionstatusrequest msg type = g.

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 Mesage type

Types

type Message

type Message struct {
	FIXMsgType string `fix:"g"`
	Header     fixt11.Header
	//TradSesReqID is a required field for TradingSessionStatusRequest.
	TradSesReqID string `fix:"335"`
	//TradingSessionID is a non-required field for TradingSessionStatusRequest.
	TradingSessionID *string `fix:"336"`
	//TradingSessionSubID is a non-required field for TradingSessionStatusRequest.
	TradingSessionSubID *string `fix:"625"`
	//TradSesMethod is a non-required field for TradingSessionStatusRequest.
	TradSesMethod *int `fix:"338"`
	//TradSesMode is a non-required field for TradingSessionStatusRequest.
	TradSesMode *int `fix:"339"`
	//SubscriptionRequestType is a required field for TradingSessionStatusRequest.
	SubscriptionRequestType string `fix:"263"`
	//SecurityExchange is a non-required field for TradingSessionStatusRequest.
	SecurityExchange *string `fix:"207"`
	//MarketID is a non-required field for TradingSessionStatusRequest.
	MarketID *string `fix:"1301"`
	//MarketSegmentID is a non-required field for TradingSessionStatusRequest.
	MarketSegmentID *string `fix:"1300"`
	Trailer         fixt11.Trailer
}

Message is a TradingSessionStatusRequest FIX Message

func (Message) Marshal

func (m Message) Marshal() quickfix.Message

Marshal converts Message to a quickfix.Message instance

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