quoteacknowledgement

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 quoteacknowledgement msg type = b.

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:"b"`
	fix42.Header
	//QuoteReqID is a non-required field for QuoteAcknowledgement.
	QuoteReqID *string `fix:"131"`
	//QuoteID is a non-required field for QuoteAcknowledgement.
	QuoteID *string `fix:"117"`
	//QuoteAckStatus is a required field for QuoteAcknowledgement.
	QuoteAckStatus int `fix:"297"`
	//QuoteRejectReason is a non-required field for QuoteAcknowledgement.
	QuoteRejectReason *int `fix:"300"`
	//QuoteResponseLevel is a non-required field for QuoteAcknowledgement.
	QuoteResponseLevel *int `fix:"301"`
	//TradingSessionID is a non-required field for QuoteAcknowledgement.
	TradingSessionID *string `fix:"336"`
	//Text is a non-required field for QuoteAcknowledgement.
	Text *string `fix:"58"`
	//NoQuoteSets is a non-required field for QuoteAcknowledgement.
	NoQuoteSets []NoQuoteSets `fix:"296,omitempty"`
	fix42.Trailer
}

Message is a QuoteAcknowledgement FIX Message

func New added in v0.2.0

func New(quoteackstatus int) *Message

New returns an initialized QuoteAcknowledgement instance

func (Message) Marshal

func (m Message) Marshal() quickfix.Message

Marshal converts Message to a quickfix.Message instance

func (*Message) SetNoQuoteSets added in v0.2.0

func (m *Message) SetNoQuoteSets(v []NoQuoteSets)

func (*Message) SetQuoteAckStatus added in v0.2.0

func (m *Message) SetQuoteAckStatus(v int)

func (*Message) SetQuoteID added in v0.2.0

func (m *Message) SetQuoteID(v string)

func (*Message) SetQuoteRejectReason added in v0.2.0

func (m *Message) SetQuoteRejectReason(v int)

func (*Message) SetQuoteReqID added in v0.2.0

func (m *Message) SetQuoteReqID(v string)

func (*Message) SetQuoteResponseLevel added in v0.2.0

func (m *Message) SetQuoteResponseLevel(v int)

func (*Message) SetText added in v0.2.0

func (m *Message) SetText(v string)

func (*Message) SetTradingSessionID added in v0.2.0

func (m *Message) SetTradingSessionID(v string)

type NoQuoteEntries

type NoQuoteEntries struct {
	//QuoteEntryID is a non-required field for NoQuoteEntries.
	QuoteEntryID *string `fix:"299"`
	//Symbol is a non-required field for NoQuoteEntries.
	Symbol *string `fix:"55"`
	//SymbolSfx is a non-required field for NoQuoteEntries.
	SymbolSfx *string `fix:"65"`
	//SecurityID is a non-required field for NoQuoteEntries.
	SecurityID *string `fix:"48"`
	//IDSource is a non-required field for NoQuoteEntries.
	IDSource *string `fix:"22"`
	//SecurityType is a non-required field for NoQuoteEntries.
	SecurityType *string `fix:"167"`
	//MaturityMonthYear is a non-required field for NoQuoteEntries.
	MaturityMonthYear *string `fix:"200"`
	//MaturityDay is a non-required field for NoQuoteEntries.
	MaturityDay *int `fix:"205"`
	//PutOrCall is a non-required field for NoQuoteEntries.
	PutOrCall *int `fix:"201"`
	//StrikePrice is a non-required field for NoQuoteEntries.
	StrikePrice *float64 `fix:"202"`
	//OptAttribute is a non-required field for NoQuoteEntries.
	OptAttribute *string `fix:"206"`
	//ContractMultiplier is a non-required field for NoQuoteEntries.
	ContractMultiplier *float64 `fix:"231"`
	//CouponRate is a non-required field for NoQuoteEntries.
	CouponRate *float64 `fix:"223"`
	//SecurityExchange is a non-required field for NoQuoteEntries.
	SecurityExchange *string `fix:"207"`
	//Issuer is a non-required field for NoQuoteEntries.
	Issuer *string `fix:"106"`
	//EncodedIssuerLen is a non-required field for NoQuoteEntries.
	EncodedIssuerLen *int `fix:"348"`
	//EncodedIssuer is a non-required field for NoQuoteEntries.
	EncodedIssuer *string `fix:"349"`
	//SecurityDesc is a non-required field for NoQuoteEntries.
	SecurityDesc *string `fix:"107"`
	//EncodedSecurityDescLen is a non-required field for NoQuoteEntries.
	EncodedSecurityDescLen *int `fix:"350"`
	//EncodedSecurityDesc is a non-required field for NoQuoteEntries.
	EncodedSecurityDesc *string `fix:"351"`
	//QuoteEntryRejectReason is a non-required field for NoQuoteEntries.
	QuoteEntryRejectReason *int `fix:"368"`
}

NoQuoteEntries is a repeating group in NoQuoteSets

func NewNoQuoteEntries added in v0.2.0

func NewNoQuoteEntries() *NoQuoteEntries

NewNoQuoteEntries returns an initialized NoQuoteEntries instance

func (*NoQuoteEntries) SetContractMultiplier added in v0.2.0

func (m *NoQuoteEntries) SetContractMultiplier(v float64)

func (*NoQuoteEntries) SetCouponRate added in v0.2.0

func (m *NoQuoteEntries) SetCouponRate(v float64)

func (*NoQuoteEntries) SetEncodedIssuer added in v0.2.0

func (m *NoQuoteEntries) SetEncodedIssuer(v string)

func (*NoQuoteEntries) SetEncodedIssuerLen added in v0.2.0

func (m *NoQuoteEntries) SetEncodedIssuerLen(v int)

func (*NoQuoteEntries) SetEncodedSecurityDesc added in v0.2.0

func (m *NoQuoteEntries) SetEncodedSecurityDesc(v string)

func (*NoQuoteEntries) SetEncodedSecurityDescLen added in v0.2.0

func (m *NoQuoteEntries) SetEncodedSecurityDescLen(v int)

func (*NoQuoteEntries) SetIDSource added in v0.2.0

func (m *NoQuoteEntries) SetIDSource(v string)

func (*NoQuoteEntries) SetIssuer added in v0.2.0

func (m *NoQuoteEntries) SetIssuer(v string)

func (*NoQuoteEntries) SetMaturityDay added in v0.2.0

func (m *NoQuoteEntries) SetMaturityDay(v int)

func (*NoQuoteEntries) SetMaturityMonthYear added in v0.2.0

func (m *NoQuoteEntries) SetMaturityMonthYear(v string)

func (*NoQuoteEntries) SetOptAttribute added in v0.2.0

func (m *NoQuoteEntries) SetOptAttribute(v string)

func (*NoQuoteEntries) SetPutOrCall added in v0.2.0

func (m *NoQuoteEntries) SetPutOrCall(v int)

func (*NoQuoteEntries) SetQuoteEntryID added in v0.2.0

func (m *NoQuoteEntries) SetQuoteEntryID(v string)

func (*NoQuoteEntries) SetQuoteEntryRejectReason added in v0.2.0

func (m *NoQuoteEntries) SetQuoteEntryRejectReason(v int)

func (*NoQuoteEntries) SetSecurityDesc added in v0.2.0

func (m *NoQuoteEntries) SetSecurityDesc(v string)

func (*NoQuoteEntries) SetSecurityExchange added in v0.2.0

func (m *NoQuoteEntries) SetSecurityExchange(v string)

func (*NoQuoteEntries) SetSecurityID added in v0.2.0

func (m *NoQuoteEntries) SetSecurityID(v string)

func (*NoQuoteEntries) SetSecurityType added in v0.2.0

func (m *NoQuoteEntries) SetSecurityType(v string)

func (*NoQuoteEntries) SetStrikePrice added in v0.2.0

func (m *NoQuoteEntries) SetStrikePrice(v float64)

func (*NoQuoteEntries) SetSymbol added in v0.2.0

func (m *NoQuoteEntries) SetSymbol(v string)

func (*NoQuoteEntries) SetSymbolSfx added in v0.2.0

func (m *NoQuoteEntries) SetSymbolSfx(v string)

type NoQuoteSets

type NoQuoteSets struct {
	//QuoteSetID is a non-required field for NoQuoteSets.
	QuoteSetID *string `fix:"302"`
	//UnderlyingSymbol is a non-required field for NoQuoteSets.
	UnderlyingSymbol *string `fix:"311"`
	//UnderlyingSymbolSfx is a non-required field for NoQuoteSets.
	UnderlyingSymbolSfx *string `fix:"312"`
	//UnderlyingSecurityID is a non-required field for NoQuoteSets.
	UnderlyingSecurityID *string `fix:"309"`
	//UnderlyingIDSource is a non-required field for NoQuoteSets.
	UnderlyingIDSource *string `fix:"305"`
	//UnderlyingSecurityType is a non-required field for NoQuoteSets.
	UnderlyingSecurityType *string `fix:"310"`
	//UnderlyingMaturityMonthYear is a non-required field for NoQuoteSets.
	UnderlyingMaturityMonthYear *string `fix:"313"`
	//UnderlyingMaturityDay is a non-required field for NoQuoteSets.
	UnderlyingMaturityDay *int `fix:"314"`
	//UnderlyingPutOrCall is a non-required field for NoQuoteSets.
	UnderlyingPutOrCall *int `fix:"315"`
	//UnderlyingStrikePrice is a non-required field for NoQuoteSets.
	UnderlyingStrikePrice *float64 `fix:"316"`
	//UnderlyingOptAttribute is a non-required field for NoQuoteSets.
	UnderlyingOptAttribute *string `fix:"317"`
	//UnderlyingContractMultiplier is a non-required field for NoQuoteSets.
	UnderlyingContractMultiplier *float64 `fix:"436"`
	//UnderlyingCouponRate is a non-required field for NoQuoteSets.
	UnderlyingCouponRate *float64 `fix:"435"`
	//UnderlyingSecurityExchange is a non-required field for NoQuoteSets.
	UnderlyingSecurityExchange *string `fix:"308"`
	//UnderlyingIssuer is a non-required field for NoQuoteSets.
	UnderlyingIssuer *string `fix:"306"`
	//EncodedUnderlyingIssuerLen is a non-required field for NoQuoteSets.
	EncodedUnderlyingIssuerLen *int `fix:"362"`
	//EncodedUnderlyingIssuer is a non-required field for NoQuoteSets.
	EncodedUnderlyingIssuer *string `fix:"363"`
	//UnderlyingSecurityDesc is a non-required field for NoQuoteSets.
	UnderlyingSecurityDesc *string `fix:"307"`
	//EncodedUnderlyingSecurityDescLen is a non-required field for NoQuoteSets.
	EncodedUnderlyingSecurityDescLen *int `fix:"364"`
	//EncodedUnderlyingSecurityDesc is a non-required field for NoQuoteSets.
	EncodedUnderlyingSecurityDesc *string `fix:"365"`
	//TotQuoteEntries is a non-required field for NoQuoteSets.
	TotQuoteEntries *int `fix:"304"`
	//NoQuoteEntries is a non-required field for NoQuoteSets.
	NoQuoteEntries []NoQuoteEntries `fix:"295,omitempty"`
}

NoQuoteSets is a repeating group in QuoteAcknowledgement

func NewNoQuoteSets added in v0.2.0

func NewNoQuoteSets() *NoQuoteSets

NewNoQuoteSets returns an initialized NoQuoteSets instance

func (*NoQuoteSets) SetEncodedUnderlyingIssuer added in v0.2.0

func (m *NoQuoteSets) SetEncodedUnderlyingIssuer(v string)

func (*NoQuoteSets) SetEncodedUnderlyingIssuerLen added in v0.2.0

func (m *NoQuoteSets) SetEncodedUnderlyingIssuerLen(v int)

func (*NoQuoteSets) SetEncodedUnderlyingSecurityDesc added in v0.2.0

func (m *NoQuoteSets) SetEncodedUnderlyingSecurityDesc(v string)

func (*NoQuoteSets) SetEncodedUnderlyingSecurityDescLen added in v0.2.0

func (m *NoQuoteSets) SetEncodedUnderlyingSecurityDescLen(v int)

func (*NoQuoteSets) SetNoQuoteEntries added in v0.2.0

func (m *NoQuoteSets) SetNoQuoteEntries(v []NoQuoteEntries)

func (*NoQuoteSets) SetQuoteSetID added in v0.2.0

func (m *NoQuoteSets) SetQuoteSetID(v string)

func (*NoQuoteSets) SetTotQuoteEntries added in v0.2.0

func (m *NoQuoteSets) SetTotQuoteEntries(v int)

func (*NoQuoteSets) SetUnderlyingContractMultiplier added in v0.2.0

func (m *NoQuoteSets) SetUnderlyingContractMultiplier(v float64)

func (*NoQuoteSets) SetUnderlyingCouponRate added in v0.2.0

func (m *NoQuoteSets) SetUnderlyingCouponRate(v float64)

func (*NoQuoteSets) SetUnderlyingIDSource added in v0.2.0

func (m *NoQuoteSets) SetUnderlyingIDSource(v string)

func (*NoQuoteSets) SetUnderlyingIssuer added in v0.2.0

func (m *NoQuoteSets) SetUnderlyingIssuer(v string)

func (*NoQuoteSets) SetUnderlyingMaturityDay added in v0.2.0

func (m *NoQuoteSets) SetUnderlyingMaturityDay(v int)

func (*NoQuoteSets) SetUnderlyingMaturityMonthYear added in v0.2.0

func (m *NoQuoteSets) SetUnderlyingMaturityMonthYear(v string)

func (*NoQuoteSets) SetUnderlyingOptAttribute added in v0.2.0

func (m *NoQuoteSets) SetUnderlyingOptAttribute(v string)

func (*NoQuoteSets) SetUnderlyingPutOrCall added in v0.2.0

func (m *NoQuoteSets) SetUnderlyingPutOrCall(v int)

func (*NoQuoteSets) SetUnderlyingSecurityDesc added in v0.2.0

func (m *NoQuoteSets) SetUnderlyingSecurityDesc(v string)

func (*NoQuoteSets) SetUnderlyingSecurityExchange added in v0.2.0

func (m *NoQuoteSets) SetUnderlyingSecurityExchange(v string)

func (*NoQuoteSets) SetUnderlyingSecurityID added in v0.2.0

func (m *NoQuoteSets) SetUnderlyingSecurityID(v string)

func (*NoQuoteSets) SetUnderlyingSecurityType added in v0.2.0

func (m *NoQuoteSets) SetUnderlyingSecurityType(v string)

func (*NoQuoteSets) SetUnderlyingStrikePrice added in v0.2.0

func (m *NoQuoteSets) SetUnderlyingStrikePrice(v float64)

func (*NoQuoteSets) SetUnderlyingSymbol added in v0.2.0

func (m *NoQuoteSets) SetUnderlyingSymbol(v string)

func (*NoQuoteSets) SetUnderlyingSymbolSfx added in v0.2.0

func (m *NoQuoteSets) SetUnderlyingSymbolSfx(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