quoterequest

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: 4 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 Message type

Types

type Message

type Message struct {
	FIXMsgType string `fix:"R"`
	fix42.Header
	//QuoteReqID is a required field for QuoteRequest.
	QuoteReqID string `fix:"131"`
	//NoRelatedSym is a required field for QuoteRequest.
	NoRelatedSym []NoRelatedSym `fix:"146"`
	fix42.Trailer
}

Message is a QuoteRequest FIX Message

func New

func New(quotereqid string, norelatedsym []NoRelatedSym) *Message

New returns an initialized QuoteRequest instance

func (Message) Marshal

func (m Message) Marshal() quickfix.Message

Marshal converts Message to a quickfix.Message instance

func (*Message) SetNoRelatedSym

func (m *Message) SetNoRelatedSym(v []NoRelatedSym)

func (*Message) SetQuoteReqID

func (m *Message) SetQuoteReqID(v string)

type NoRelatedSym

type NoRelatedSym struct {
	//Symbol is a required field for NoRelatedSym.
	Symbol string `fix:"55"`
	//SymbolSfx is a non-required field for NoRelatedSym.
	SymbolSfx *string `fix:"65"`
	//SecurityID is a non-required field for NoRelatedSym.
	SecurityID *string `fix:"48"`
	//IDSource is a non-required field for NoRelatedSym.
	IDSource *string `fix:"22"`
	//SecurityType is a non-required field for NoRelatedSym.
	SecurityType *string `fix:"167"`
	//MaturityMonthYear is a non-required field for NoRelatedSym.
	MaturityMonthYear *string `fix:"200"`
	//MaturityDay is a non-required field for NoRelatedSym.
	MaturityDay *int `fix:"205"`
	//PutOrCall is a non-required field for NoRelatedSym.
	PutOrCall *int `fix:"201"`
	//StrikePrice is a non-required field for NoRelatedSym.
	StrikePrice *float64 `fix:"202"`
	//OptAttribute is a non-required field for NoRelatedSym.
	OptAttribute *string `fix:"206"`
	//ContractMultiplier is a non-required field for NoRelatedSym.
	ContractMultiplier *float64 `fix:"231"`
	//CouponRate is a non-required field for NoRelatedSym.
	CouponRate *float64 `fix:"223"`
	//SecurityExchange is a non-required field for NoRelatedSym.
	SecurityExchange *string `fix:"207"`
	//Issuer is a non-required field for NoRelatedSym.
	Issuer *string `fix:"106"`
	//EncodedIssuerLen is a non-required field for NoRelatedSym.
	EncodedIssuerLen *int `fix:"348"`
	//EncodedIssuer is a non-required field for NoRelatedSym.
	EncodedIssuer *string `fix:"349"`
	//SecurityDesc is a non-required field for NoRelatedSym.
	SecurityDesc *string `fix:"107"`
	//EncodedSecurityDescLen is a non-required field for NoRelatedSym.
	EncodedSecurityDescLen *int `fix:"350"`
	//EncodedSecurityDesc is a non-required field for NoRelatedSym.
	EncodedSecurityDesc *string `fix:"351"`
	//PrevClosePx is a non-required field for NoRelatedSym.
	PrevClosePx *float64 `fix:"140"`
	//QuoteRequestType is a non-required field for NoRelatedSym.
	QuoteRequestType *int `fix:"303"`
	//TradingSessionID is a non-required field for NoRelatedSym.
	TradingSessionID *string `fix:"336"`
	//Side is a non-required field for NoRelatedSym.
	Side *string `fix:"54"`
	//OrderQty is a non-required field for NoRelatedSym.
	OrderQty *float64 `fix:"38"`
	//FutSettDate is a non-required field for NoRelatedSym.
	FutSettDate *string `fix:"64"`
	//OrdType is a non-required field for NoRelatedSym.
	OrdType *string `fix:"40"`
	//FutSettDate2 is a non-required field for NoRelatedSym.
	FutSettDate2 *string `fix:"193"`
	//OrderQty2 is a non-required field for NoRelatedSym.
	OrderQty2 *float64 `fix:"192"`
	//ExpireTime is a non-required field for NoRelatedSym.
	ExpireTime *time.Time `fix:"126"`
	//TransactTime is a non-required field for NoRelatedSym.
	TransactTime *time.Time `fix:"60"`
	//Currency is a non-required field for NoRelatedSym.
	Currency *string `fix:"15"`
}

NoRelatedSym is a repeating group in QuoteRequest

func NewNoRelatedSym

func NewNoRelatedSym(symbol string) *NoRelatedSym

NewNoRelatedSym returns an initialized NoRelatedSym instance

func (*NoRelatedSym) SetContractMultiplier

func (m *NoRelatedSym) SetContractMultiplier(v float64)

func (*NoRelatedSym) SetCouponRate

func (m *NoRelatedSym) SetCouponRate(v float64)

func (*NoRelatedSym) SetCurrency

func (m *NoRelatedSym) SetCurrency(v string)

func (*NoRelatedSym) SetEncodedIssuer

func (m *NoRelatedSym) SetEncodedIssuer(v string)

func (*NoRelatedSym) SetEncodedIssuerLen

func (m *NoRelatedSym) SetEncodedIssuerLen(v int)

func (*NoRelatedSym) SetEncodedSecurityDesc

func (m *NoRelatedSym) SetEncodedSecurityDesc(v string)

func (*NoRelatedSym) SetEncodedSecurityDescLen

func (m *NoRelatedSym) SetEncodedSecurityDescLen(v int)

func (*NoRelatedSym) SetExpireTime

func (m *NoRelatedSym) SetExpireTime(v time.Time)

func (*NoRelatedSym) SetFutSettDate

func (m *NoRelatedSym) SetFutSettDate(v string)

func (*NoRelatedSym) SetFutSettDate2

func (m *NoRelatedSym) SetFutSettDate2(v string)

func (*NoRelatedSym) SetIDSource

func (m *NoRelatedSym) SetIDSource(v string)

func (*NoRelatedSym) SetIssuer

func (m *NoRelatedSym) SetIssuer(v string)

func (*NoRelatedSym) SetMaturityDay

func (m *NoRelatedSym) SetMaturityDay(v int)

func (*NoRelatedSym) SetMaturityMonthYear

func (m *NoRelatedSym) SetMaturityMonthYear(v string)

func (*NoRelatedSym) SetOptAttribute

func (m *NoRelatedSym) SetOptAttribute(v string)

func (*NoRelatedSym) SetOrdType

func (m *NoRelatedSym) SetOrdType(v string)

func (*NoRelatedSym) SetOrderQty

func (m *NoRelatedSym) SetOrderQty(v float64)

func (*NoRelatedSym) SetOrderQty2

func (m *NoRelatedSym) SetOrderQty2(v float64)

func (*NoRelatedSym) SetPrevClosePx

func (m *NoRelatedSym) SetPrevClosePx(v float64)

func (*NoRelatedSym) SetPutOrCall

func (m *NoRelatedSym) SetPutOrCall(v int)

func (*NoRelatedSym) SetQuoteRequestType

func (m *NoRelatedSym) SetQuoteRequestType(v int)

func (*NoRelatedSym) SetSecurityDesc

func (m *NoRelatedSym) SetSecurityDesc(v string)

func (*NoRelatedSym) SetSecurityExchange

func (m *NoRelatedSym) SetSecurityExchange(v string)

func (*NoRelatedSym) SetSecurityID

func (m *NoRelatedSym) SetSecurityID(v string)

func (*NoRelatedSym) SetSecurityType

func (m *NoRelatedSym) SetSecurityType(v string)

func (*NoRelatedSym) SetSide

func (m *NoRelatedSym) SetSide(v string)

func (*NoRelatedSym) SetStrikePrice

func (m *NoRelatedSym) SetStrikePrice(v float64)

func (*NoRelatedSym) SetSymbol

func (m *NoRelatedSym) SetSymbol(v string)

func (*NoRelatedSym) SetSymbolSfx

func (m *NoRelatedSym) SetSymbolSfx(v string)

func (*NoRelatedSym) SetTradingSessionID

func (m *NoRelatedSym) SetTradingSessionID(v string)

func (*NoRelatedSym) SetTransactTime

func (m *NoRelatedSym) SetTransactTime(v time.Time)

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