Documentation ¶
Index ¶
- func Route(router RouteOut) (string, string, quickfix.MessageRoute)
- type ApplicationMessageReport
- func (m ApplicationMessageReport) GetApplReportID() (f field.ApplReportIDField, err quickfix.MessageRejectError)
- func (m ApplicationMessageReport) GetApplReportType() (f field.ApplReportTypeField, err quickfix.MessageRejectError)
- func (m ApplicationMessageReport) GetApplReqID() (f field.ApplReqIDField, err quickfix.MessageRejectError)
- func (m ApplicationMessageReport) GetEncodedText() (f field.EncodedTextField, err quickfix.MessageRejectError)
- func (m ApplicationMessageReport) GetEncodedTextLen() (f field.EncodedTextLenField, err quickfix.MessageRejectError)
- func (m ApplicationMessageReport) GetNoApplIDs() (NoApplIDsRepeatingGroup, quickfix.MessageRejectError)
- func (m ApplicationMessageReport) GetText() (f field.TextField, err quickfix.MessageRejectError)
- func (m ApplicationMessageReport) HasApplReportID() bool
- func (m ApplicationMessageReport) HasApplReportType() bool
- func (m ApplicationMessageReport) HasApplReqID() bool
- func (m ApplicationMessageReport) HasEncodedText() bool
- func (m ApplicationMessageReport) HasEncodedTextLen() bool
- func (m ApplicationMessageReport) HasNoApplIDs() bool
- func (m ApplicationMessageReport) HasText() bool
- func (m ApplicationMessageReport) SetApplReportID(v string)
- func (m ApplicationMessageReport) SetApplReportType(v int)
- func (m ApplicationMessageReport) SetApplReqID(v string)
- func (m ApplicationMessageReport) SetEncodedText(v string)
- func (m ApplicationMessageReport) SetEncodedTextLen(v int)
- func (m ApplicationMessageReport) SetNoApplIDs(f NoApplIDsRepeatingGroup)
- func (m ApplicationMessageReport) SetText(v string)
- func (m ApplicationMessageReport) ToMessage() quickfix.Message
- type NoApplIDs
- func (m NoApplIDs) GetApplNewSeqNum() (f field.ApplNewSeqNumField, err quickfix.MessageRejectError)
- func (m NoApplIDs) GetRefApplID() (f field.RefApplIDField, err quickfix.MessageRejectError)
- func (m NoApplIDs) GetRefApplLastSeqNum() (f field.RefApplLastSeqNumField, err quickfix.MessageRejectError)
- func (m NoApplIDs) HasApplNewSeqNum() bool
- func (m NoApplIDs) HasRefApplID() bool
- func (m NoApplIDs) HasRefApplLastSeqNum() bool
- func (m NoApplIDs) SetApplNewSeqNum(v int)
- func (m NoApplIDs) SetRefApplID(v string)
- func (m NoApplIDs) SetRefApplLastSeqNum(v int)
- type NoApplIDsRepeatingGroup
- type RouteOut
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ApplicationMessageReport ¶ added in v0.4.0
type ApplicationMessageReport struct { fixt11.Header quickfix.Body fixt11.Trailer //ReceiveTime is the time that this message was read from the socket connection ReceiveTime time.Time }
ApplicationMessageReport is the fix50sp2 ApplicationMessageReport type, MsgType = BY
func FromMessage ¶ added in v0.4.0
func FromMessage(m quickfix.Message) ApplicationMessageReport
FromMessage creates a ApplicationMessageReport from a quickfix.Message instance
func New ¶ added in v0.2.0
func New(applreportid field.ApplReportIDField, applreporttype field.ApplReportTypeField) (m ApplicationMessageReport)
New returns a ApplicationMessageReport initialized with the required fields for ApplicationMessageReport
func (ApplicationMessageReport) GetApplReportID ¶ added in v0.4.0
func (m ApplicationMessageReport) GetApplReportID() (f field.ApplReportIDField, err quickfix.MessageRejectError)
GetApplReportID gets ApplReportID, Tag 1356
func (ApplicationMessageReport) GetApplReportType ¶ added in v0.4.0
func (m ApplicationMessageReport) GetApplReportType() (f field.ApplReportTypeField, err quickfix.MessageRejectError)
GetApplReportType gets ApplReportType, Tag 1426
func (ApplicationMessageReport) GetApplReqID ¶ added in v0.4.0
func (m ApplicationMessageReport) GetApplReqID() (f field.ApplReqIDField, err quickfix.MessageRejectError)
GetApplReqID gets ApplReqID, Tag 1346
func (ApplicationMessageReport) GetEncodedText ¶ added in v0.4.0
func (m ApplicationMessageReport) GetEncodedText() (f field.EncodedTextField, err quickfix.MessageRejectError)
GetEncodedText gets EncodedText, Tag 355
func (ApplicationMessageReport) GetEncodedTextLen ¶ added in v0.4.0
func (m ApplicationMessageReport) GetEncodedTextLen() (f field.EncodedTextLenField, err quickfix.MessageRejectError)
GetEncodedTextLen gets EncodedTextLen, Tag 354
func (ApplicationMessageReport) GetNoApplIDs ¶ added in v0.4.0
func (m ApplicationMessageReport) GetNoApplIDs() (NoApplIDsRepeatingGroup, quickfix.MessageRejectError)
GetNoApplIDs gets NoApplIDs, Tag 1351
func (ApplicationMessageReport) GetText ¶ added in v0.4.0
func (m ApplicationMessageReport) GetText() (f field.TextField, err quickfix.MessageRejectError)
GetText gets Text, Tag 58
func (ApplicationMessageReport) HasApplReportID ¶ added in v0.4.0
func (m ApplicationMessageReport) HasApplReportID() bool
HasApplReportID returns true if ApplReportID is present, Tag 1356
func (ApplicationMessageReport) HasApplReportType ¶ added in v0.4.0
func (m ApplicationMessageReport) HasApplReportType() bool
HasApplReportType returns true if ApplReportType is present, Tag 1426
func (ApplicationMessageReport) HasApplReqID ¶ added in v0.4.0
func (m ApplicationMessageReport) HasApplReqID() bool
HasApplReqID returns true if ApplReqID is present, Tag 1346
func (ApplicationMessageReport) HasEncodedText ¶ added in v0.4.0
func (m ApplicationMessageReport) HasEncodedText() bool
HasEncodedText returns true if EncodedText is present, Tag 355
func (ApplicationMessageReport) HasEncodedTextLen ¶ added in v0.4.0
func (m ApplicationMessageReport) HasEncodedTextLen() bool
HasEncodedTextLen returns true if EncodedTextLen is present, Tag 354
func (ApplicationMessageReport) HasNoApplIDs ¶ added in v0.4.0
func (m ApplicationMessageReport) HasNoApplIDs() bool
HasNoApplIDs returns true if NoApplIDs is present, Tag 1351
func (ApplicationMessageReport) HasText ¶ added in v0.4.0
func (m ApplicationMessageReport) HasText() bool
HasText returns true if Text is present, Tag 58
func (ApplicationMessageReport) SetApplReportID ¶ added in v0.4.0
func (m ApplicationMessageReport) SetApplReportID(v string)
SetApplReportID sets ApplReportID, Tag 1356
func (ApplicationMessageReport) SetApplReportType ¶ added in v0.4.0
func (m ApplicationMessageReport) SetApplReportType(v int)
SetApplReportType sets ApplReportType, Tag 1426
func (ApplicationMessageReport) SetApplReqID ¶ added in v0.4.0
func (m ApplicationMessageReport) SetApplReqID(v string)
SetApplReqID sets ApplReqID, Tag 1346
func (ApplicationMessageReport) SetEncodedText ¶ added in v0.4.0
func (m ApplicationMessageReport) SetEncodedText(v string)
SetEncodedText sets EncodedText, Tag 355
func (ApplicationMessageReport) SetEncodedTextLen ¶ added in v0.4.0
func (m ApplicationMessageReport) SetEncodedTextLen(v int)
SetEncodedTextLen sets EncodedTextLen, Tag 354
func (ApplicationMessageReport) SetNoApplIDs ¶ added in v0.4.0
func (m ApplicationMessageReport) SetNoApplIDs(f NoApplIDsRepeatingGroup)
SetNoApplIDs sets NoApplIDs, Tag 1351
func (ApplicationMessageReport) SetText ¶ added in v0.4.0
func (m ApplicationMessageReport) SetText(v string)
SetText sets Text, Tag 58
func (ApplicationMessageReport) ToMessage ¶ added in v0.4.0
func (m ApplicationMessageReport) ToMessage() quickfix.Message
ToMessage returns a quickfix.Message instance
type NoApplIDs ¶ added in v0.4.0
NoApplIDs is a repeating group element, Tag 1351
func (NoApplIDs) GetApplNewSeqNum ¶ added in v0.4.0
func (m NoApplIDs) GetApplNewSeqNum() (f field.ApplNewSeqNumField, err quickfix.MessageRejectError)
GetApplNewSeqNum gets ApplNewSeqNum, Tag 1399
func (NoApplIDs) GetRefApplID ¶ added in v0.4.0
func (m NoApplIDs) GetRefApplID() (f field.RefApplIDField, err quickfix.MessageRejectError)
GetRefApplID gets RefApplID, Tag 1355
func (NoApplIDs) GetRefApplLastSeqNum ¶ added in v0.4.0
func (m NoApplIDs) GetRefApplLastSeqNum() (f field.RefApplLastSeqNumField, err quickfix.MessageRejectError)
GetRefApplLastSeqNum gets RefApplLastSeqNum, Tag 1357
func (NoApplIDs) HasApplNewSeqNum ¶ added in v0.4.0
HasApplNewSeqNum returns true if ApplNewSeqNum is present, Tag 1399
func (NoApplIDs) HasRefApplID ¶ added in v0.4.0
HasRefApplID returns true if RefApplID is present, Tag 1355
func (NoApplIDs) HasRefApplLastSeqNum ¶ added in v0.4.0
HasRefApplLastSeqNum returns true if RefApplLastSeqNum is present, Tag 1357
func (NoApplIDs) SetApplNewSeqNum ¶ added in v0.4.0
SetApplNewSeqNum sets ApplNewSeqNum, Tag 1399
func (NoApplIDs) SetRefApplID ¶ added in v0.4.0
SetRefApplID sets RefApplID, Tag 1355
func (NoApplIDs) SetRefApplLastSeqNum ¶ added in v0.4.0
SetRefApplLastSeqNum sets RefApplLastSeqNum, Tag 1357
type NoApplIDsRepeatingGroup ¶ added in v0.4.0
type NoApplIDsRepeatingGroup struct {
*quickfix.RepeatingGroup
}
NoApplIDsRepeatingGroup is a repeating group, Tag 1351
func NewNoApplIDsRepeatingGroup ¶ added in v0.4.0
func NewNoApplIDsRepeatingGroup() NoApplIDsRepeatingGroup
NewNoApplIDsRepeatingGroup returns an initialized, NoApplIDsRepeatingGroup
func (NoApplIDsRepeatingGroup) Add ¶ added in v0.4.0
func (m NoApplIDsRepeatingGroup) Add() NoApplIDs
Add create and append a new NoApplIDs to this group
func (NoApplIDsRepeatingGroup) Get ¶ added in v0.4.0
func (m NoApplIDsRepeatingGroup) Get(i int) NoApplIDs
Get returns the ith NoApplIDs in the NoApplIDsRepeatinGroup
type RouteOut ¶
type RouteOut func(msg ApplicationMessageReport, sessionID quickfix.SessionID) quickfix.MessageRejectError
A RouteOut is the callback type that should be implemented for routing Message