Documentation
      ¶
    
    
  
    
  
    Overview ¶
Package allocation msg type = J.
Index ¶
- func Route(router RouteOut) (string, string, quickfix.MessageRoute)
 - type Message
 - func (m Message) Marshal() quickfix.Message
 - func (m *Message) SetAccruedInterestRate(v float64)
 - func (m *Message) SetAllocID(v string)
 - func (m *Message) SetAllocLinkID(v string)
 - func (m *Message) SetAllocLinkType(v int)
 - func (m *Message) SetAllocTransType(v string)
 - func (m *Message) SetAvgPrxPrecision(v int)
 - func (m *Message) SetAvgPx(v float64)
 - func (m *Message) SetCurrency(v string)
 - func (m *Message) SetFutSettDate(v string)
 - func (m *Message) SetIDSource(v string)
 - func (m *Message) SetIssuer(v string)
 - func (m *Message) SetLastMkt(v string)
 - func (m *Message) SetMaturityDay(v int)
 - func (m *Message) SetMaturityMonthYear(v string)
 - func (m *Message) SetNetMoney(v float64)
 - func (m *Message) SetNoAllocs(v []NoAllocs)
 - func (m *Message) SetNoExecs(v []NoExecs)
 - func (m *Message) SetNoOrders(v []NoOrders)
 - func (m *Message) SetNumDaysInterest(v int)
 - func (m *Message) SetOpenClose(v string)
 - func (m *Message) SetOptAttribute(v string)
 - func (m *Message) SetPutOrCall(v int)
 - func (m *Message) SetRefAllocID(v string)
 - func (m *Message) SetSecurityDesc(v string)
 - func (m *Message) SetSecurityExchange(v string)
 - func (m *Message) SetSecurityID(v string)
 - func (m *Message) SetSecurityType(v string)
 - func (m *Message) SetSettlmntTyp(v string)
 - func (m *Message) SetShares(v int)
 - func (m *Message) SetSide(v string)
 - func (m *Message) SetStrikePrice(v float64)
 - func (m *Message) SetSymbol(v string)
 - func (m *Message) SetSymbolSfx(v string)
 - func (m *Message) SetText(v string)
 - func (m *Message) SetTradeDate(v string)
 - func (m *Message) SetTransactTime(v time.Time)
 
- type NoAllocs
 - func (m *NoAllocs) SetAccruedInterestAmt(v float64)
 - func (m *NoAllocs) SetAllocAccount(v string)
 - func (m *NoAllocs) SetAllocAvgPx(v float64)
 - func (m *NoAllocs) SetAllocHandlInst(v int)
 - func (m *NoAllocs) SetAllocNetMoney(v float64)
 - func (m *NoAllocs) SetAllocShares(v int)
 - func (m *NoAllocs) SetAllocText(v string)
 - func (m *NoAllocs) SetBrokerOfCredit(v string)
 - func (m *NoAllocs) SetClientID(v string)
 - func (m *NoAllocs) SetCommType(v string)
 - func (m *NoAllocs) SetCommission(v float64)
 - func (m *NoAllocs) SetExecBroker(v string)
 - func (m *NoAllocs) SetNoMiscFees(v []NoMiscFees)
 - func (m *NoAllocs) SetNotifyBrokerOfCredit(v string)
 - func (m *NoAllocs) SetProcessCode(v string)
 - func (m *NoAllocs) SetSettlCurrAmt(v float64)
 - func (m *NoAllocs) SetSettlCurrFxRate(v float64)
 - func (m *NoAllocs) SetSettlCurrFxRateCalc(v string)
 - func (m *NoAllocs) SetSettlCurrency(v string)
 - func (m *NoAllocs) SetSettlInstMode(v string)
 
- type NoExecs
 - type NoMiscFees
 - type NoOrders
 - type RouteOut
 
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Message ¶
type Message struct {
	FIXMsgType string `fix:"J"`
	fix41.Header
	//AllocID is a required field for Allocation.
	AllocID string `fix:"70"`
	//AllocTransType is a required field for Allocation.
	AllocTransType string `fix:"71"`
	//RefAllocID is a non-required field for Allocation.
	RefAllocID *string `fix:"72"`
	//AllocLinkID is a non-required field for Allocation.
	AllocLinkID *string `fix:"196"`
	//AllocLinkType is a non-required field for Allocation.
	AllocLinkType *int `fix:"197"`
	//NoOrders is a non-required field for Allocation.
	NoOrders []NoOrders `fix:"73,omitempty"`
	//NoExecs is a non-required field for Allocation.
	NoExecs []NoExecs `fix:"124,omitempty"`
	//Side is a required field for Allocation.
	Side string `fix:"54"`
	//Symbol is a required field for Allocation.
	Symbol string `fix:"55"`
	//SymbolSfx is a non-required field for Allocation.
	SymbolSfx *string `fix:"65"`
	//SecurityID is a non-required field for Allocation.
	SecurityID *string `fix:"48"`
	//IDSource is a non-required field for Allocation.
	IDSource *string `fix:"22"`
	//SecurityType is a non-required field for Allocation.
	SecurityType *string `fix:"167"`
	//MaturityMonthYear is a non-required field for Allocation.
	MaturityMonthYear *string `fix:"200"`
	//MaturityDay is a non-required field for Allocation.
	MaturityDay *int `fix:"205"`
	//PutOrCall is a non-required field for Allocation.
	PutOrCall *int `fix:"201"`
	//StrikePrice is a non-required field for Allocation.
	StrikePrice *float64 `fix:"202"`
	//OptAttribute is a non-required field for Allocation.
	OptAttribute *string `fix:"206"`
	//SecurityExchange is a non-required field for Allocation.
	SecurityExchange *string `fix:"207"`
	//Issuer is a non-required field for Allocation.
	Issuer *string `fix:"106"`
	//SecurityDesc is a non-required field for Allocation.
	SecurityDesc *string `fix:"107"`
	Shares int `fix:"53"`
	//LastMkt is a non-required field for Allocation.
	LastMkt *string `fix:"30"`
	//AvgPx is a required field for Allocation.
	AvgPx float64 `fix:"6"`
	//Currency is a non-required field for Allocation.
	Currency *string `fix:"15"`
	//AvgPrxPrecision is a non-required field for Allocation.
	AvgPrxPrecision *int `fix:"74"`
	//TradeDate is a required field for Allocation.
	TradeDate string `fix:"75"`
	//TransactTime is a non-required field for Allocation.
	TransactTime *time.Time `fix:"60"`
	//SettlmntTyp is a non-required field for Allocation.
	SettlmntTyp *string `fix:"63"`
	//FutSettDate is a non-required field for Allocation.
	FutSettDate *string `fix:"64"`
	//NetMoney is a non-required field for Allocation.
	NetMoney *float64 `fix:"118"`
	//OpenClose is a non-required field for Allocation.
	OpenClose *string `fix:"77"`
	//Text is a non-required field for Allocation.
	Text *string `fix:"58"`
	//NumDaysInterest is a non-required field for Allocation.
	NumDaysInterest *int `fix:"157"`
	//AccruedInterestRate is a non-required field for Allocation.
	AccruedInterestRate *float64 `fix:"158"`
	//NoAllocs is a non-required field for Allocation.
	NoAllocs []NoAllocs `fix:"78,omitempty"`
	fix41.Trailer
}
    Message is a Allocation FIX Message
func New ¶ added in v0.2.0
func New(allocid string, alloctranstype string, side string, symbol string, shares int, avgpx float64, tradedate string) *Message
New returns an initialized Allocation instance
func (*Message) SetAccruedInterestRate ¶ added in v0.2.0
func (*Message) SetAllocID ¶ added in v0.2.0
func (*Message) SetAllocLinkID ¶ added in v0.2.0
func (*Message) SetAllocLinkType ¶ added in v0.2.0
func (*Message) SetAllocTransType ¶ added in v0.2.0
func (*Message) SetAvgPrxPrecision ¶ added in v0.2.0
func (*Message) SetCurrency ¶ added in v0.2.0
func (*Message) SetFutSettDate ¶ added in v0.2.0
func (*Message) SetIDSource ¶ added in v0.2.0
func (*Message) SetLastMkt ¶ added in v0.2.0
func (*Message) SetMaturityDay ¶ added in v0.2.0
func (*Message) SetMaturityMonthYear ¶ added in v0.2.0
func (*Message) SetNetMoney ¶ added in v0.2.0
func (*Message) SetNoAllocs ¶ added in v0.2.0
func (*Message) SetNoExecs ¶ added in v0.2.0
func (*Message) SetNoOrders ¶ added in v0.2.0
func (*Message) SetNumDaysInterest ¶ added in v0.2.0
func (*Message) SetOpenClose ¶ added in v0.2.0
func (*Message) SetOptAttribute ¶ added in v0.2.0
func (*Message) SetPutOrCall ¶ added in v0.2.0
func (*Message) SetRefAllocID ¶ added in v0.2.0
func (*Message) SetSecurityDesc ¶ added in v0.2.0
func (*Message) SetSecurityExchange ¶ added in v0.2.0
func (*Message) SetSecurityID ¶ added in v0.2.0
func (*Message) SetSecurityType ¶ added in v0.2.0
func (*Message) SetSettlmntTyp ¶ added in v0.2.0
func (*Message) SetStrikePrice ¶ added in v0.2.0
func (*Message) SetSymbolSfx ¶ added in v0.2.0
func (*Message) SetTradeDate ¶ added in v0.2.0
func (*Message) SetTransactTime ¶ added in v0.2.0
type NoAllocs ¶
type NoAllocs struct {
	//AllocAccount is a non-required field for NoAllocs.
	AllocAccount *string `fix:"79"`
	AllocShares int `fix:"80"`
	//ProcessCode is a non-required field for NoAllocs.
	ProcessCode *string `fix:"81"`
	//BrokerOfCredit is a non-required field for NoAllocs.
	BrokerOfCredit *string `fix:"92"`
	//NotifyBrokerOfCredit is a non-required field for NoAllocs.
	NotifyBrokerOfCredit *string `fix:"208"`
	//AllocHandlInst is a non-required field for NoAllocs.
	AllocHandlInst *int `fix:"209"`
	//AllocText is a non-required field for NoAllocs.
	AllocText *string `fix:"161"`
	//ExecBroker is a non-required field for NoAllocs.
	ExecBroker *string `fix:"76"`
	//ClientID is a non-required field for NoAllocs.
	ClientID *string `fix:"109"`
	//Commission is a non-required field for NoAllocs.
	Commission *float64 `fix:"12"`
	//CommType is a non-required field for NoAllocs.
	CommType *string `fix:"13"`
	//AllocAvgPx is a non-required field for NoAllocs.
	AllocAvgPx *float64 `fix:"153"`
	//AllocNetMoney is a non-required field for NoAllocs.
	AllocNetMoney *float64 `fix:"154"`
	//SettlCurrAmt is a non-required field for NoAllocs.
	SettlCurrAmt *float64 `fix:"119"`
	//SettlCurrency is a non-required field for NoAllocs.
	SettlCurrency *string `fix:"120"`
	//SettlCurrFxRate is a non-required field for NoAllocs.
	SettlCurrFxRate *float64 `fix:"155"`
	//SettlCurrFxRateCalc is a non-required field for NoAllocs.
	SettlCurrFxRateCalc *string `fix:"156"`
	//AccruedInterestAmt is a non-required field for NoAllocs.
	AccruedInterestAmt *float64 `fix:"159"`
	//SettlInstMode is a non-required field for NoAllocs.
	SettlInstMode *string `fix:"160"`
	//NoMiscFees is a non-required field for NoAllocs.
	NoMiscFees []NoMiscFees `fix:"136,omitempty"`
}
    NoAllocs is a repeating group in Allocation
func NewNoAllocs ¶ added in v0.2.0
NewNoAllocs returns an initialized NoAllocs instance
func (*NoAllocs) SetAccruedInterestAmt ¶ added in v0.2.0
func (*NoAllocs) SetAllocAccount ¶ added in v0.2.0
func (*NoAllocs) SetAllocAvgPx ¶ added in v0.2.0
func (*NoAllocs) SetAllocHandlInst ¶ added in v0.2.0
func (*NoAllocs) SetAllocNetMoney ¶ added in v0.2.0
func (*NoAllocs) SetAllocShares ¶ added in v0.2.0
func (*NoAllocs) SetAllocText ¶ added in v0.2.0
func (*NoAllocs) SetBrokerOfCredit ¶ added in v0.2.0
func (*NoAllocs) SetClientID ¶ added in v0.2.0
func (*NoAllocs) SetCommType ¶ added in v0.2.0
func (*NoAllocs) SetCommission ¶ added in v0.2.0
func (*NoAllocs) SetExecBroker ¶ added in v0.2.0
func (*NoAllocs) SetNoMiscFees ¶ added in v0.2.0
func (m *NoAllocs) SetNoMiscFees(v []NoMiscFees)
func (*NoAllocs) SetNotifyBrokerOfCredit ¶ added in v0.2.0
func (*NoAllocs) SetProcessCode ¶ added in v0.2.0
func (*NoAllocs) SetSettlCurrAmt ¶ added in v0.2.0
func (*NoAllocs) SetSettlCurrFxRate ¶ added in v0.2.0
func (*NoAllocs) SetSettlCurrFxRateCalc ¶ added in v0.2.0
func (*NoAllocs) SetSettlCurrency ¶ added in v0.2.0
func (*NoAllocs) SetSettlInstMode ¶ added in v0.2.0
type NoExecs ¶
type NoExecs struct {
	LastShares *int `fix:"32"`
	//ExecID is a non-required field for NoExecs.
	ExecID *string `fix:"17"`
	//LastPx is a non-required field for NoExecs.
	LastPx *float64 `fix:"31"`
	//LastCapacity is a non-required field for NoExecs.
	LastCapacity *string `fix:"29"`
}
    NoExecs is a repeating group in Allocation
func NewNoExecs ¶ added in v0.2.0
func NewNoExecs() *NoExecs
NewNoExecs returns an initialized NoExecs instance
func (*NoExecs) SetLastCapacity ¶ added in v0.2.0
func (*NoExecs) SetLastShares ¶ added in v0.2.0
type NoMiscFees ¶
type NoMiscFees struct {
	//MiscFeeAmt is a non-required field for NoMiscFees.
	MiscFeeAmt *float64 `fix:"137"`
	//MiscFeeCurr is a non-required field for NoMiscFees.
	MiscFeeCurr *string `fix:"138"`
	//MiscFeeType is a non-required field for NoMiscFees.
	MiscFeeType *string `fix:"139"`
}
    NoMiscFees is a repeating group in NoAllocs
func NewNoMiscFees ¶ added in v0.2.0
func NewNoMiscFees() *NoMiscFees
NewNoMiscFees returns an initialized NoMiscFees instance
func (*NoMiscFees) SetMiscFeeAmt ¶ added in v0.2.0
func (m *NoMiscFees) SetMiscFeeAmt(v float64)
func (*NoMiscFees) SetMiscFeeCurr ¶ added in v0.2.0
func (m *NoMiscFees) SetMiscFeeCurr(v string)
func (*NoMiscFees) SetMiscFeeType ¶ added in v0.2.0
func (m *NoMiscFees) SetMiscFeeType(v string)
type NoOrders ¶
type NoOrders struct {
	//ClOrdID is a non-required field for NoOrders.
	ClOrdID *string `fix:"11"`
	//OrderID is a non-required field for NoOrders.
	OrderID *string `fix:"37"`
	//SecondaryOrderID is a non-required field for NoOrders.
	SecondaryOrderID *string `fix:"198"`
	//ListID is a non-required field for NoOrders.
	ListID *string `fix:"66"`
	//WaveNo is a non-required field for NoOrders.
	WaveNo *string `fix:"105"`
}
    NoOrders is a repeating group in Allocation
func NewNoOrders ¶ added in v0.2.0
func NewNoOrders() *NoOrders
NewNoOrders returns an initialized NoOrders instance
func (*NoOrders) SetClOrdID ¶ added in v0.2.0
func (*NoOrders) SetOrderID ¶ added in v0.2.0
func (*NoOrders) SetSecondaryOrderID ¶ added in v0.2.0
 Click to show internal directories. 
   Click to hide internal directories.