Documentation ¶
Overview ¶
Package securitydefinitionupdatereport msg type = BP.
Index ¶
- func Route(router RouteOut) (string, string, quickfix.MessageRoute)
- type Message
- func (m Message) Marshal() quickfix.Message
- func (m *Message) SetClearingBusinessDate(v string)
- func (m *Message) SetCorporateAction(v string)
- func (m *Message) SetCurrency(v string)
- func (m *Message) SetEncodedText(v string)
- func (m *Message) SetEncodedTextLen(v int)
- func (m *Message) SetExpirationCycle(v int)
- func (m *Message) SetInstrmtLegGrp(v instrmtleggrp.InstrmtLegGrp)
- func (m *Message) SetInstrument(v instrument.Instrument)
- func (m *Message) SetMinTradeVol(v float64)
- func (m *Message) SetRoundLot(v float64)
- func (m *Message) SetSecurityReportID(v int)
- func (m *Message) SetSecurityReqID(v string)
- func (m *Message) SetSecurityResponseID(v string)
- func (m *Message) SetSecurityResponseType(v int)
- func (m *Message) SetSecurityUpdateAction(v string)
- func (m *Message) SetText(v string)
- func (m *Message) SetTradingSessionID(v string)
- func (m *Message) SetTradingSessionSubID(v string)
- func (m *Message) SetUnderlyingInstrument(v underlyinginstrument.UnderlyingInstrument)
- type RouteOut
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Message ¶
type Message struct { FIXMsgType string `fix:"BP"` fixt11.Header //SecurityReportID is a non-required field for SecurityDefinitionUpdateReport. SecurityReportID *int `fix:"964"` //SecurityReqID is a non-required field for SecurityDefinitionUpdateReport. SecurityReqID *string `fix:"320"` //SecurityResponseID is a non-required field for SecurityDefinitionUpdateReport. SecurityResponseID *string `fix:"322"` //SecurityResponseType is a non-required field for SecurityDefinitionUpdateReport. SecurityResponseType *int `fix:"323"` //ClearingBusinessDate is a non-required field for SecurityDefinitionUpdateReport. ClearingBusinessDate *string `fix:"715"` //SecurityUpdateAction is a non-required field for SecurityDefinitionUpdateReport. SecurityUpdateAction *string `fix:"980"` //CorporateAction is a non-required field for SecurityDefinitionUpdateReport. CorporateAction *string `fix:"292"` //Instrument is a non-required component for SecurityDefinitionUpdateReport. Instrument *instrument.Instrument //UnderlyingInstrument is a non-required component for SecurityDefinitionUpdateReport. UnderlyingInstrument *underlyinginstrument.UnderlyingInstrument //Currency is a non-required field for SecurityDefinitionUpdateReport. Currency *string `fix:"15"` //TradingSessionID is a non-required field for SecurityDefinitionUpdateReport. TradingSessionID *string `fix:"336"` //TradingSessionSubID is a non-required field for SecurityDefinitionUpdateReport. TradingSessionSubID *string `fix:"625"` //Text is a non-required field for SecurityDefinitionUpdateReport. Text *string `fix:"58"` //EncodedTextLen is a non-required field for SecurityDefinitionUpdateReport. EncodedTextLen *int `fix:"354"` //EncodedText is a non-required field for SecurityDefinitionUpdateReport. EncodedText *string `fix:"355"` //InstrmtLegGrp is a non-required component for SecurityDefinitionUpdateReport. InstrmtLegGrp *instrmtleggrp.InstrmtLegGrp //ExpirationCycle is a non-required field for SecurityDefinitionUpdateReport. ExpirationCycle *int `fix:"827"` //RoundLot is a non-required field for SecurityDefinitionUpdateReport. RoundLot *float64 `fix:"561"` //MinTradeVol is a non-required field for SecurityDefinitionUpdateReport. MinTradeVol *float64 `fix:"562"` fixt11.Trailer }
Message is a SecurityDefinitionUpdateReport FIX Message
func New ¶ added in v0.2.0
func New() *Message
New returns an initialized SecurityDefinitionUpdateReport instance
func (*Message) SetClearingBusinessDate ¶ added in v0.2.0
func (*Message) SetCorporateAction ¶ added in v0.2.0
func (*Message) SetCurrency ¶ added in v0.2.0
func (*Message) SetEncodedText ¶ added in v0.2.0
func (*Message) SetEncodedTextLen ¶ added in v0.2.0
func (*Message) SetExpirationCycle ¶ added in v0.2.0
func (*Message) SetInstrmtLegGrp ¶ added in v0.2.0
func (m *Message) SetInstrmtLegGrp(v instrmtleggrp.InstrmtLegGrp)
func (*Message) SetInstrument ¶ added in v0.2.0
func (m *Message) SetInstrument(v instrument.Instrument)
func (*Message) SetMinTradeVol ¶ added in v0.2.0
func (*Message) SetRoundLot ¶ added in v0.2.0
func (*Message) SetSecurityReportID ¶ added in v0.2.0
func (*Message) SetSecurityReqID ¶ added in v0.2.0
func (*Message) SetSecurityResponseID ¶ added in v0.2.0
func (*Message) SetSecurityResponseType ¶ added in v0.2.0
func (*Message) SetSecurityUpdateAction ¶ added in v0.2.0
func (*Message) SetTradingSessionID ¶ added in v0.2.0
func (*Message) SetTradingSessionSubID ¶ added in v0.2.0
func (*Message) SetUnderlyingInstrument ¶ added in v0.2.0
func (m *Message) SetUnderlyingInstrument(v underlyinginstrument.UnderlyingInstrument)
Click to show internal directories.
Click to hide internal directories.