dontknowtrade

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2016 License: Apache-1.1 Imports: 3 Imported by: 0

Documentation

Overview

Package dontknowtrade msg type = Q.

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:"Q"`
	fix41.Header
	//OrderID is a non-required field for DontKnowTrade.
	OrderID *string `fix:"37"`
	//ExecID is a non-required field for DontKnowTrade.
	ExecID *string `fix:"17"`
	//DKReason is a required field for DontKnowTrade.
	DKReason string `fix:"127"`
	//Symbol is a required field for DontKnowTrade.
	Symbol string `fix:"55"`
	//SymbolSfx is a non-required field for DontKnowTrade.
	SymbolSfx *string `fix:"65"`
	//SecurityID is a non-required field for DontKnowTrade.
	SecurityID *string `fix:"48"`
	//IDSource is a non-required field for DontKnowTrade.
	IDSource *string `fix:"22"`
	//SecurityType is a non-required field for DontKnowTrade.
	SecurityType *string `fix:"167"`
	//MaturityMonthYear is a non-required field for DontKnowTrade.
	MaturityMonthYear *string `fix:"200"`
	//MaturityDay is a non-required field for DontKnowTrade.
	MaturityDay *int `fix:"205"`
	//PutOrCall is a non-required field for DontKnowTrade.
	PutOrCall *int `fix:"201"`
	//StrikePrice is a non-required field for DontKnowTrade.
	StrikePrice *float64 `fix:"202"`
	//OptAttribute is a non-required field for DontKnowTrade.
	OptAttribute *string `fix:"206"`
	//SecurityExchange is a non-required field for DontKnowTrade.
	SecurityExchange *string `fix:"207"`
	//Issuer is a non-required field for DontKnowTrade.
	Issuer *string `fix:"106"`
	//SecurityDesc is a non-required field for DontKnowTrade.
	SecurityDesc *string `fix:"107"`
	//Side is a required field for DontKnowTrade.
	Side string `fix:"54"`
	//OrderQty is a non-required field for DontKnowTrade.
	OrderQty *int `fix:"38"`
	//CashOrderQty is a non-required field for DontKnowTrade.
	CashOrderQty *float64 `fix:"152"`
	//LastShares is a non-required field for DontKnowTrade.
	LastShares *int `fix:"32"`
	//LastPx is a non-required field for DontKnowTrade.
	LastPx *float64 `fix:"31"`
	//Text is a non-required field for DontKnowTrade.
	Text *string `fix:"58"`
	fix41.Trailer
}

Message is a DontKnowTrade FIX Message

func New added in v0.2.0

func New(dkreason string, symbol string, side string) *Message

New returns an initialized DontKnowTrade instance

func (Message) Marshal

func (m Message) Marshal() quickfix.Message

Marshal converts Message to a quickfix.Message instance

func (*Message) SetCashOrderQty added in v0.2.0

func (m *Message) SetCashOrderQty(v float64)

func (*Message) SetDKReason added in v0.2.0

func (m *Message) SetDKReason(v string)

func (*Message) SetExecID added in v0.2.0

func (m *Message) SetExecID(v string)

func (*Message) SetIDSource added in v0.2.0

func (m *Message) SetIDSource(v string)

func (*Message) SetIssuer added in v0.2.0

func (m *Message) SetIssuer(v string)

func (*Message) SetLastPx added in v0.2.0

func (m *Message) SetLastPx(v float64)

func (*Message) SetLastShares added in v0.2.0

func (m *Message) SetLastShares(v int)

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) SetOptAttribute added in v0.2.0

func (m *Message) SetOptAttribute(v string)

func (*Message) SetOrderID added in v0.2.0

func (m *Message) SetOrderID(v string)

func (*Message) SetOrderQty added in v0.2.0

func (m *Message) SetOrderQty(v int)

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) 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)

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