tradingsessionstatusrequest

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Jun 3, 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 Message type

Types

type Message

type Message struct {
	FIXMsgType string `fix:"g"`
	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"`
	fixt11.Trailer
}

Message is a TradingSessionStatusRequest FIX Message

func New

func New(tradsesreqid string, subscriptionrequesttype string) *Message

New returns an initialized TradingSessionStatusRequest instance

func (Message) Marshal

func (m Message) Marshal() quickfix.Message

Marshal converts Message to a quickfix.Message instance

func (*Message) SetMarketID

func (m *Message) SetMarketID(v string)

func (*Message) SetMarketSegmentID

func (m *Message) SetMarketSegmentID(v string)

func (*Message) SetSecurityExchange

func (m *Message) SetSecurityExchange(v string)

func (*Message) SetSubscriptionRequestType

func (m *Message) SetSubscriptionRequestType(v string)

func (*Message) SetTradSesMethod

func (m *Message) SetTradSesMethod(v int)

func (*Message) SetTradSesMode

func (m *Message) SetTradSesMode(v int)

func (*Message) SetTradSesReqID

func (m *Message) SetTradSesReqID(v string)

func (*Message) SetTradingSessionID

func (m *Message) SetTradingSessionID(v string)

func (*Message) SetTradingSessionSubID

func (m *Message) SetTradingSessionSubID(v string)

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