indicationofinterest

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 indicationofinterest msg type = 6.

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:"6"`
	fix42.Header
	//IOIid is a required field for IndicationofInterest.
	IOIid string `fix:"23"`
	//IOITransType is a required field for IndicationofInterest.
	IOITransType string `fix:"28"`
	//IOIRefID is a non-required field for IndicationofInterest.
	IOIRefID *string `fix:"26"`
	//Symbol is a required field for IndicationofInterest.
	Symbol string `fix:"55"`
	//SymbolSfx is a non-required field for IndicationofInterest.
	SymbolSfx *string `fix:"65"`
	//SecurityID is a non-required field for IndicationofInterest.
	SecurityID *string `fix:"48"`
	//IDSource is a non-required field for IndicationofInterest.
	IDSource *string `fix:"22"`
	//SecurityType is a non-required field for IndicationofInterest.
	SecurityType *string `fix:"167"`
	//MaturityMonthYear is a non-required field for IndicationofInterest.
	MaturityMonthYear *string `fix:"200"`
	//MaturityDay is a non-required field for IndicationofInterest.
	MaturityDay *int `fix:"205"`
	//PutOrCall is a non-required field for IndicationofInterest.
	PutOrCall *int `fix:"201"`
	//StrikePrice is a non-required field for IndicationofInterest.
	StrikePrice *float64 `fix:"202"`
	//OptAttribute is a non-required field for IndicationofInterest.
	OptAttribute *string `fix:"206"`
	//ContractMultiplier is a non-required field for IndicationofInterest.
	ContractMultiplier *float64 `fix:"231"`
	//CouponRate is a non-required field for IndicationofInterest.
	CouponRate *float64 `fix:"223"`
	//SecurityExchange is a non-required field for IndicationofInterest.
	SecurityExchange *string `fix:"207"`
	//Issuer is a non-required field for IndicationofInterest.
	Issuer *string `fix:"106"`
	//EncodedIssuerLen is a non-required field for IndicationofInterest.
	EncodedIssuerLen *int `fix:"348"`
	//EncodedIssuer is a non-required field for IndicationofInterest.
	EncodedIssuer *string `fix:"349"`
	//SecurityDesc is a non-required field for IndicationofInterest.
	SecurityDesc *string `fix:"107"`
	//EncodedSecurityDescLen is a non-required field for IndicationofInterest.
	EncodedSecurityDescLen *int `fix:"350"`
	//EncodedSecurityDesc is a non-required field for IndicationofInterest.
	EncodedSecurityDesc *string `fix:"351"`
	//Side is a required field for IndicationofInterest.
	Side string `fix:"54"`
	//IOIShares is a required field for IndicationofInterest.
	IOIShares string `fix:"27"`
	//Price is a non-required field for IndicationofInterest.
	Price *float64 `fix:"44"`
	//Currency is a non-required field for IndicationofInterest.
	Currency *string `fix:"15"`
	//ValidUntilTime is a non-required field for IndicationofInterest.
	ValidUntilTime *time.Time `fix:"62"`
	//IOIQltyInd is a non-required field for IndicationofInterest.
	IOIQltyInd *string `fix:"25"`
	//IOINaturalFlag is a non-required field for IndicationofInterest.
	IOINaturalFlag *bool `fix:"130"`
	//NoIOIQualifiers is a non-required field for IndicationofInterest.
	NoIOIQualifiers []NoIOIQualifiers `fix:"199,omitempty"`
	//Text is a non-required field for IndicationofInterest.
	Text *string `fix:"58"`
	//EncodedTextLen is a non-required field for IndicationofInterest.
	EncodedTextLen *int `fix:"354"`
	//EncodedText is a non-required field for IndicationofInterest.
	EncodedText *string `fix:"355"`
	//TransactTime is a non-required field for IndicationofInterest.
	TransactTime *time.Time `fix:"60"`
	//URLLink is a non-required field for IndicationofInterest.
	URLLink *string `fix:"149"`
	//NoRoutingIDs is a non-required field for IndicationofInterest.
	NoRoutingIDs []NoRoutingIDs `fix:"215,omitempty"`
	//SpreadToBenchmark is a non-required field for IndicationofInterest.
	SpreadToBenchmark *float64 `fix:"218"`
	//Benchmark is a non-required field for IndicationofInterest.
	Benchmark *string `fix:"219"`
	fix42.Trailer
}

Message is a IndicationofInterest FIX Message

func New added in v0.2.0

func New(ioiid string, ioitranstype string, symbol string, side string, ioishares string) *Message

New returns an initialized IndicationofInterest instance

func (Message) Marshal

func (m Message) Marshal() quickfix.Message

Marshal converts Message to a quickfix.Message instance

func (*Message) SetBenchmark added in v0.2.0

func (m *Message) SetBenchmark(v string)

func (*Message) SetContractMultiplier added in v0.2.0

func (m *Message) SetContractMultiplier(v float64)

func (*Message) SetCouponRate added in v0.2.0

func (m *Message) SetCouponRate(v float64)

func (*Message) SetCurrency added in v0.2.0

func (m *Message) SetCurrency(v string)

func (*Message) SetEncodedIssuer added in v0.2.0

func (m *Message) SetEncodedIssuer(v string)

func (*Message) SetEncodedIssuerLen added in v0.2.0

func (m *Message) SetEncodedIssuerLen(v int)

func (*Message) SetEncodedSecurityDesc added in v0.2.0

func (m *Message) SetEncodedSecurityDesc(v string)

func (*Message) SetEncodedSecurityDescLen added in v0.2.0

func (m *Message) SetEncodedSecurityDescLen(v int)

func (*Message) SetEncodedText added in v0.2.0

func (m *Message) SetEncodedText(v string)

func (*Message) SetEncodedTextLen added in v0.2.0

func (m *Message) SetEncodedTextLen(v int)

func (*Message) SetIDSource added in v0.2.0

func (m *Message) SetIDSource(v string)

func (*Message) SetIOINaturalFlag added in v0.2.0

func (m *Message) SetIOINaturalFlag(v bool)

func (*Message) SetIOIQltyInd added in v0.2.0

func (m *Message) SetIOIQltyInd(v string)

func (*Message) SetIOIRefID added in v0.2.0

func (m *Message) SetIOIRefID(v string)

func (*Message) SetIOIShares added in v0.2.0

func (m *Message) SetIOIShares(v string)

func (*Message) SetIOITransType added in v0.2.0

func (m *Message) SetIOITransType(v string)

func (*Message) SetIOIid added in v0.2.0

func (m *Message) SetIOIid(v string)

func (*Message) SetIssuer added in v0.2.0

func (m *Message) SetIssuer(v string)

func (*Message) SetMaturityDay added in v0.2.0

func (m *Message) SetMaturityDay(v int)

func (*Message) SetMaturityMonthYear added in v0.2.0

func (m *Message) SetMaturityMonthYear(v string)

func (*Message) SetNoIOIQualifiers added in v0.2.0

func (m *Message) SetNoIOIQualifiers(v []NoIOIQualifiers)

func (*Message) SetNoRoutingIDs added in v0.2.0

func (m *Message) SetNoRoutingIDs(v []NoRoutingIDs)

func (*Message) SetOptAttribute added in v0.2.0

func (m *Message) SetOptAttribute(v string)

func (*Message) SetPrice added in v0.2.0

func (m *Message) SetPrice(v float64)

func (*Message) SetPutOrCall added in v0.2.0

func (m *Message) SetPutOrCall(v int)

func (*Message) SetSecurityDesc added in v0.2.0

func (m *Message) SetSecurityDesc(v string)

func (*Message) SetSecurityExchange added in v0.2.0

func (m *Message) SetSecurityExchange(v string)

func (*Message) SetSecurityID added in v0.2.0

func (m *Message) SetSecurityID(v string)

func (*Message) SetSecurityType added in v0.2.0

func (m *Message) SetSecurityType(v string)

func (*Message) SetSide added in v0.2.0

func (m *Message) SetSide(v string)

func (*Message) SetSpreadToBenchmark added in v0.2.0

func (m *Message) SetSpreadToBenchmark(v float64)

func (*Message) SetStrikePrice added in v0.2.0

func (m *Message) SetStrikePrice(v float64)

func (*Message) SetSymbol added in v0.2.0

func (m *Message) SetSymbol(v string)

func (*Message) SetSymbolSfx added in v0.2.0

func (m *Message) SetSymbolSfx(v string)

func (*Message) SetText added in v0.2.0

func (m *Message) SetText(v string)

func (*Message) SetTransactTime added in v0.2.0

func (m *Message) SetTransactTime(v time.Time)
func (m *Message) SetURLLink(v string)

func (*Message) SetValidUntilTime added in v0.2.0

func (m *Message) SetValidUntilTime(v time.Time)

type NoIOIQualifiers

type NoIOIQualifiers struct {
	//IOIQualifier is a non-required field for NoIOIQualifiers.
	IOIQualifier *string `fix:"104"`
}

NoIOIQualifiers is a repeating group in IndicationofInterest

func NewNoIOIQualifiers added in v0.2.0

func NewNoIOIQualifiers() *NoIOIQualifiers

NewNoIOIQualifiers returns an initialized NoIOIQualifiers instance

func (*NoIOIQualifiers) SetIOIQualifier added in v0.2.0

func (m *NoIOIQualifiers) SetIOIQualifier(v string)

type NoRoutingIDs

type NoRoutingIDs struct {
	//RoutingType is a non-required field for NoRoutingIDs.
	RoutingType *int `fix:"216"`
	//RoutingID is a non-required field for NoRoutingIDs.
	RoutingID *string `fix:"217"`
}

NoRoutingIDs is a repeating group in IndicationofInterest

func NewNoRoutingIDs added in v0.2.0

func NewNoRoutingIDs() *NoRoutingIDs

NewNoRoutingIDs returns an initialized NoRoutingIDs instance

func (*NoRoutingIDs) SetRoutingID added in v0.2.0

func (m *NoRoutingIDs) SetRoutingID(v string)

func (*NoRoutingIDs) SetRoutingType added in v0.2.0

func (m *NoRoutingIDs) SetRoutingType(v int)

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