Documentation ¶
Index ¶
- func Route(router RouteOut) (string, string, quickfix.MessageRoute)
- type AllocationAck
- func (m AllocationAck) GetAllocID() (v string, err quickfix.MessageRejectError)
- func (m AllocationAck) GetAllocRejCode() (v enum.AllocRejCode, err quickfix.MessageRejectError)
- func (m AllocationAck) GetAllocStatus() (v enum.AllocStatus, err quickfix.MessageRejectError)
- func (m AllocationAck) GetEncodedText() (v string, err quickfix.MessageRejectError)
- func (m AllocationAck) GetEncodedTextLen() (v int, err quickfix.MessageRejectError)
- func (m AllocationAck) GetLegalConfirm() (v bool, err quickfix.MessageRejectError)
- func (m AllocationAck) GetNoPartyIDs() (NoPartyIDsRepeatingGroup, quickfix.MessageRejectError)
- func (m AllocationAck) GetText() (v string, err quickfix.MessageRejectError)
- func (m AllocationAck) GetTradeDate() (v string, err quickfix.MessageRejectError)
- func (m AllocationAck) GetTransactTime() (v time.Time, err quickfix.MessageRejectError)
- func (m AllocationAck) HasAllocID() bool
- func (m AllocationAck) HasAllocRejCode() bool
- func (m AllocationAck) HasAllocStatus() bool
- func (m AllocationAck) HasEncodedText() bool
- func (m AllocationAck) HasEncodedTextLen() bool
- func (m AllocationAck) HasLegalConfirm() bool
- func (m AllocationAck) HasNoPartyIDs() bool
- func (m AllocationAck) HasText() bool
- func (m AllocationAck) HasTradeDate() bool
- func (m AllocationAck) HasTransactTime() bool
- func (m AllocationAck) SetAllocID(v string)
- func (m AllocationAck) SetAllocRejCode(v enum.AllocRejCode)
- func (m AllocationAck) SetAllocStatus(v enum.AllocStatus)
- func (m AllocationAck) SetEncodedText(v string)
- func (m AllocationAck) SetEncodedTextLen(v int)
- func (m AllocationAck) SetLegalConfirm(v bool)
- func (m AllocationAck) SetNoPartyIDs(f NoPartyIDsRepeatingGroup)
- func (m AllocationAck) SetText(v string)
- func (m AllocationAck) SetTradeDate(v string)
- func (m AllocationAck) SetTransactTime(v time.Time)
- func (m AllocationAck) ToMessage() *quickfix.Message
- type NoPartyIDs
- func (m NoPartyIDs) GetPartyID() (v string, err quickfix.MessageRejectError)
- func (m NoPartyIDs) GetPartyIDSource() (v enum.PartyIDSource, err quickfix.MessageRejectError)
- func (m NoPartyIDs) GetPartyRole() (v enum.PartyRole, err quickfix.MessageRejectError)
- func (m NoPartyIDs) GetPartySubID() (v string, err quickfix.MessageRejectError)
- func (m NoPartyIDs) HasPartyID() bool
- func (m NoPartyIDs) HasPartyIDSource() bool
- func (m NoPartyIDs) HasPartyRole() bool
- func (m NoPartyIDs) HasPartySubID() bool
- func (m NoPartyIDs) SetPartyID(v string)
- func (m NoPartyIDs) SetPartyIDSource(v enum.PartyIDSource)
- func (m NoPartyIDs) SetPartyRole(v enum.PartyRole)
- func (m NoPartyIDs) SetPartySubID(v string)
- type NoPartyIDsRepeatingGroup
- type RouteOut
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AllocationAck ¶ added in v0.4.0
AllocationAck is the fix43 AllocationAck type, MsgType = P
func FromMessage ¶ added in v0.4.0
func FromMessage(m *quickfix.Message) AllocationAck
FromMessage creates a AllocationAck from a quickfix.Message instance
func New ¶ added in v0.2.0
func New(allocid field.AllocIDField, tradedate field.TradeDateField, allocstatus field.AllocStatusField) (m AllocationAck)
New returns a AllocationAck initialized with the required fields for AllocationAck
func (AllocationAck) GetAllocID ¶ added in v0.4.0
func (m AllocationAck) GetAllocID() (v string, err quickfix.MessageRejectError)
GetAllocID gets AllocID, Tag 70
func (AllocationAck) GetAllocRejCode ¶ added in v0.4.0
func (m AllocationAck) GetAllocRejCode() (v enum.AllocRejCode, err quickfix.MessageRejectError)
GetAllocRejCode gets AllocRejCode, Tag 88
func (AllocationAck) GetAllocStatus ¶ added in v0.4.0
func (m AllocationAck) GetAllocStatus() (v enum.AllocStatus, err quickfix.MessageRejectError)
GetAllocStatus gets AllocStatus, Tag 87
func (AllocationAck) GetEncodedText ¶ added in v0.4.0
func (m AllocationAck) GetEncodedText() (v string, err quickfix.MessageRejectError)
GetEncodedText gets EncodedText, Tag 355
func (AllocationAck) GetEncodedTextLen ¶ added in v0.4.0
func (m AllocationAck) GetEncodedTextLen() (v int, err quickfix.MessageRejectError)
GetEncodedTextLen gets EncodedTextLen, Tag 354
func (AllocationAck) GetLegalConfirm ¶ added in v0.4.0
func (m AllocationAck) GetLegalConfirm() (v bool, err quickfix.MessageRejectError)
GetLegalConfirm gets LegalConfirm, Tag 650
func (AllocationAck) GetNoPartyIDs ¶ added in v0.4.0
func (m AllocationAck) GetNoPartyIDs() (NoPartyIDsRepeatingGroup, quickfix.MessageRejectError)
GetNoPartyIDs gets NoPartyIDs, Tag 453
func (AllocationAck) GetText ¶ added in v0.4.0
func (m AllocationAck) GetText() (v string, err quickfix.MessageRejectError)
GetText gets Text, Tag 58
func (AllocationAck) GetTradeDate ¶ added in v0.4.0
func (m AllocationAck) GetTradeDate() (v string, err quickfix.MessageRejectError)
GetTradeDate gets TradeDate, Tag 75
func (AllocationAck) GetTransactTime ¶ added in v0.4.0
func (m AllocationAck) GetTransactTime() (v time.Time, err quickfix.MessageRejectError)
GetTransactTime gets TransactTime, Tag 60
func (AllocationAck) HasAllocID ¶ added in v0.4.0
func (m AllocationAck) HasAllocID() bool
HasAllocID returns true if AllocID is present, Tag 70
func (AllocationAck) HasAllocRejCode ¶ added in v0.4.0
func (m AllocationAck) HasAllocRejCode() bool
HasAllocRejCode returns true if AllocRejCode is present, Tag 88
func (AllocationAck) HasAllocStatus ¶ added in v0.4.0
func (m AllocationAck) HasAllocStatus() bool
HasAllocStatus returns true if AllocStatus is present, Tag 87
func (AllocationAck) HasEncodedText ¶ added in v0.4.0
func (m AllocationAck) HasEncodedText() bool
HasEncodedText returns true if EncodedText is present, Tag 355
func (AllocationAck) HasEncodedTextLen ¶ added in v0.4.0
func (m AllocationAck) HasEncodedTextLen() bool
HasEncodedTextLen returns true if EncodedTextLen is present, Tag 354
func (AllocationAck) HasLegalConfirm ¶ added in v0.4.0
func (m AllocationAck) HasLegalConfirm() bool
HasLegalConfirm returns true if LegalConfirm is present, Tag 650
func (AllocationAck) HasNoPartyIDs ¶ added in v0.4.0
func (m AllocationAck) HasNoPartyIDs() bool
HasNoPartyIDs returns true if NoPartyIDs is present, Tag 453
func (AllocationAck) HasText ¶ added in v0.4.0
func (m AllocationAck) HasText() bool
HasText returns true if Text is present, Tag 58
func (AllocationAck) HasTradeDate ¶ added in v0.4.0
func (m AllocationAck) HasTradeDate() bool
HasTradeDate returns true if TradeDate is present, Tag 75
func (AllocationAck) HasTransactTime ¶ added in v0.4.0
func (m AllocationAck) HasTransactTime() bool
HasTransactTime returns true if TransactTime is present, Tag 60
func (AllocationAck) SetAllocID ¶ added in v0.4.0
func (m AllocationAck) SetAllocID(v string)
SetAllocID sets AllocID, Tag 70
func (AllocationAck) SetAllocRejCode ¶ added in v0.4.0
func (m AllocationAck) SetAllocRejCode(v enum.AllocRejCode)
SetAllocRejCode sets AllocRejCode, Tag 88
func (AllocationAck) SetAllocStatus ¶ added in v0.4.0
func (m AllocationAck) SetAllocStatus(v enum.AllocStatus)
SetAllocStatus sets AllocStatus, Tag 87
func (AllocationAck) SetEncodedText ¶ added in v0.4.0
func (m AllocationAck) SetEncodedText(v string)
SetEncodedText sets EncodedText, Tag 355
func (AllocationAck) SetEncodedTextLen ¶ added in v0.4.0
func (m AllocationAck) SetEncodedTextLen(v int)
SetEncodedTextLen sets EncodedTextLen, Tag 354
func (AllocationAck) SetLegalConfirm ¶ added in v0.4.0
func (m AllocationAck) SetLegalConfirm(v bool)
SetLegalConfirm sets LegalConfirm, Tag 650
func (AllocationAck) SetNoPartyIDs ¶ added in v0.4.0
func (m AllocationAck) SetNoPartyIDs(f NoPartyIDsRepeatingGroup)
SetNoPartyIDs sets NoPartyIDs, Tag 453
func (AllocationAck) SetText ¶ added in v0.4.0
func (m AllocationAck) SetText(v string)
SetText sets Text, Tag 58
func (AllocationAck) SetTradeDate ¶ added in v0.4.0
func (m AllocationAck) SetTradeDate(v string)
SetTradeDate sets TradeDate, Tag 75
func (AllocationAck) SetTransactTime ¶ added in v0.4.0
func (m AllocationAck) SetTransactTime(v time.Time)
SetTransactTime sets TransactTime, Tag 60
func (AllocationAck) ToMessage ¶ added in v0.4.0
func (m AllocationAck) ToMessage() *quickfix.Message
ToMessage returns a quickfix.Message instance
type NoPartyIDs ¶ added in v0.4.0
NoPartyIDs is a repeating group element, Tag 453
func (NoPartyIDs) GetPartyID ¶ added in v0.4.0
func (m NoPartyIDs) GetPartyID() (v string, err quickfix.MessageRejectError)
GetPartyID gets PartyID, Tag 448
func (NoPartyIDs) GetPartyIDSource ¶ added in v0.4.0
func (m NoPartyIDs) GetPartyIDSource() (v enum.PartyIDSource, err quickfix.MessageRejectError)
GetPartyIDSource gets PartyIDSource, Tag 447
func (NoPartyIDs) GetPartyRole ¶ added in v0.4.0
func (m NoPartyIDs) GetPartyRole() (v enum.PartyRole, err quickfix.MessageRejectError)
GetPartyRole gets PartyRole, Tag 452
func (NoPartyIDs) GetPartySubID ¶ added in v0.4.0
func (m NoPartyIDs) GetPartySubID() (v string, err quickfix.MessageRejectError)
GetPartySubID gets PartySubID, Tag 523
func (NoPartyIDs) HasPartyID ¶ added in v0.4.0
func (m NoPartyIDs) HasPartyID() bool
HasPartyID returns true if PartyID is present, Tag 448
func (NoPartyIDs) HasPartyIDSource ¶ added in v0.4.0
func (m NoPartyIDs) HasPartyIDSource() bool
HasPartyIDSource returns true if PartyIDSource is present, Tag 447
func (NoPartyIDs) HasPartyRole ¶ added in v0.4.0
func (m NoPartyIDs) HasPartyRole() bool
HasPartyRole returns true if PartyRole is present, Tag 452
func (NoPartyIDs) HasPartySubID ¶ added in v0.4.0
func (m NoPartyIDs) HasPartySubID() bool
HasPartySubID returns true if PartySubID is present, Tag 523
func (NoPartyIDs) SetPartyID ¶ added in v0.4.0
func (m NoPartyIDs) SetPartyID(v string)
SetPartyID sets PartyID, Tag 448
func (NoPartyIDs) SetPartyIDSource ¶ added in v0.4.0
func (m NoPartyIDs) SetPartyIDSource(v enum.PartyIDSource)
SetPartyIDSource sets PartyIDSource, Tag 447
func (NoPartyIDs) SetPartyRole ¶ added in v0.4.0
func (m NoPartyIDs) SetPartyRole(v enum.PartyRole)
SetPartyRole sets PartyRole, Tag 452
func (NoPartyIDs) SetPartySubID ¶ added in v0.4.0
func (m NoPartyIDs) SetPartySubID(v string)
SetPartySubID sets PartySubID, Tag 523
type NoPartyIDsRepeatingGroup ¶ added in v0.4.0
type NoPartyIDsRepeatingGroup struct {
*quickfix.RepeatingGroup
}
NoPartyIDsRepeatingGroup is a repeating group, Tag 453
func NewNoPartyIDsRepeatingGroup ¶ added in v0.4.0
func NewNoPartyIDsRepeatingGroup() NoPartyIDsRepeatingGroup
NewNoPartyIDsRepeatingGroup returns an initialized, NoPartyIDsRepeatingGroup
func (NoPartyIDsRepeatingGroup) Add ¶ added in v0.4.0
func (m NoPartyIDsRepeatingGroup) Add() NoPartyIDs
Add create and append a new NoPartyIDs to this group
func (NoPartyIDsRepeatingGroup) Get ¶ added in v0.4.0
func (m NoPartyIDsRepeatingGroup) Get(i int) NoPartyIDs
Get returns the ith NoPartyIDs in the NoPartyIDsRepeatinGroup
type RouteOut ¶
type RouteOut func(msg AllocationAck, sessionID quickfix.SessionID) quickfix.MessageRejectError
A RouteOut is the callback type that should be implemented for routing Message