quoterequest

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 quoterequest msg type = R.

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:"R"`
	Header     fix41.Header
	//QuoteReqID is a required field for QuoteRequest.
	QuoteReqID string `fix:"131"`
	//Symbol is a required field for QuoteRequest.
	Symbol string `fix:"55"`
	//SymbolSfx is a non-required field for QuoteRequest.
	SymbolSfx *string `fix:"65"`
	//SecurityID is a non-required field for QuoteRequest.
	SecurityID *string `fix:"48"`
	//IDSource is a non-required field for QuoteRequest.
	IDSource *string `fix:"22"`
	//SecurityType is a non-required field for QuoteRequest.
	SecurityType *string `fix:"167"`
	//MaturityMonthYear is a non-required field for QuoteRequest.
	MaturityMonthYear *string `fix:"200"`
	//MaturityDay is a non-required field for QuoteRequest.
	MaturityDay *int `fix:"205"`
	//PutOrCall is a non-required field for QuoteRequest.
	PutOrCall *int `fix:"201"`
	//StrikePrice is a non-required field for QuoteRequest.
	StrikePrice *float64 `fix:"202"`
	//OptAttribute is a non-required field for QuoteRequest.
	OptAttribute *string `fix:"206"`
	//SecurityExchange is a non-required field for QuoteRequest.
	SecurityExchange *string `fix:"207"`
	//Issuer is a non-required field for QuoteRequest.
	Issuer *string `fix:"106"`
	//SecurityDesc is a non-required field for QuoteRequest.
	SecurityDesc *string `fix:"107"`
	//PrevClosePx is a non-required field for QuoteRequest.
	PrevClosePx *float64 `fix:"140"`
	//Side is a non-required field for QuoteRequest.
	Side *string `fix:"54"`
	//OrderQty is a non-required field for QuoteRequest.
	OrderQty *int `fix:"38"`
	//FutSettDate is a non-required field for QuoteRequest.
	FutSettDate *string `fix:"64"`
	//OrdType is a non-required field for QuoteRequest.
	OrdType *string `fix:"40"`
	//FutSettDate2 is a non-required field for QuoteRequest.
	FutSettDate2 *string `fix:"193"`
	//OrderQty2 is a non-required field for QuoteRequest.
	OrderQty2 *float64 `fix:"192"`
	Trailer   fix41.Trailer
}

Message is a QuoteRequest 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