Documentation ¶
Index ¶
- func Route(router RouteOut) (string, string, quickfix.MessageRoute)
- type ListCancelRequest
- func (m ListCancelRequest) GetEncodedText() (f field.EncodedTextField, err quickfix.MessageRejectError)
- func (m ListCancelRequest) GetEncodedTextLen() (f field.EncodedTextLenField, err quickfix.MessageRejectError)
- func (m ListCancelRequest) GetListID() (f field.ListIDField, err quickfix.MessageRejectError)
- func (m ListCancelRequest) GetNoPartyIDs() (NoPartyIDsRepeatingGroup, quickfix.MessageRejectError)
- func (m ListCancelRequest) GetText() (f field.TextField, err quickfix.MessageRejectError)
- func (m ListCancelRequest) GetTradeDate() (f field.TradeDateField, err quickfix.MessageRejectError)
- func (m ListCancelRequest) GetTradeOriginationDate() (f field.TradeOriginationDateField, err quickfix.MessageRejectError)
- func (m ListCancelRequest) GetTransactTime() (f field.TransactTimeField, err quickfix.MessageRejectError)
- func (m ListCancelRequest) HasEncodedText() bool
- func (m ListCancelRequest) HasEncodedTextLen() bool
- func (m ListCancelRequest) HasListID() bool
- func (m ListCancelRequest) HasNoPartyIDs() bool
- func (m ListCancelRequest) HasText() bool
- func (m ListCancelRequest) HasTradeDate() bool
- func (m ListCancelRequest) HasTradeOriginationDate() bool
- func (m ListCancelRequest) HasTransactTime() bool
- func (m ListCancelRequest) SetEncodedText(v string)
- func (m ListCancelRequest) SetEncodedTextLen(v int)
- func (m ListCancelRequest) SetListID(v string)
- func (m ListCancelRequest) SetNoPartyIDs(f NoPartyIDsRepeatingGroup)
- func (m ListCancelRequest) SetText(v string)
- func (m ListCancelRequest) SetTradeDate(v string)
- func (m ListCancelRequest) SetTradeOriginationDate(v string)
- func (m ListCancelRequest) SetTransactTime(v time.Time)
- func (m ListCancelRequest) ToMessage() quickfix.Message
- type NoPartyIDs
- func (m NoPartyIDs) GetNoPartySubIDs() (NoPartySubIDsRepeatingGroup, quickfix.MessageRejectError)
- func (m NoPartyIDs) GetPartyID() (f field.PartyIDField, err quickfix.MessageRejectError)
- func (m NoPartyIDs) GetPartyIDSource() (f field.PartyIDSourceField, err quickfix.MessageRejectError)
- func (m NoPartyIDs) GetPartyRole() (f field.PartyRoleField, err quickfix.MessageRejectError)
- func (m NoPartyIDs) HasNoPartySubIDs() bool
- func (m NoPartyIDs) HasPartyID() bool
- func (m NoPartyIDs) HasPartyIDSource() bool
- func (m NoPartyIDs) HasPartyRole() bool
- func (m NoPartyIDs) SetNoPartySubIDs(f NoPartySubIDsRepeatingGroup)
- func (m NoPartyIDs) SetPartyID(v string)
- func (m NoPartyIDs) SetPartyIDSource(v string)
- func (m NoPartyIDs) SetPartyRole(v int)
- type NoPartyIDsRepeatingGroup
- type NoPartySubIDs
- func (m NoPartySubIDs) GetPartySubID() (f field.PartySubIDField, err quickfix.MessageRejectError)
- func (m NoPartySubIDs) GetPartySubIDType() (f field.PartySubIDTypeField, err quickfix.MessageRejectError)
- func (m NoPartySubIDs) HasPartySubID() bool
- func (m NoPartySubIDs) HasPartySubIDType() bool
- func (m NoPartySubIDs) SetPartySubID(v string)
- func (m NoPartySubIDs) SetPartySubIDType(v int)
- type NoPartySubIDsRepeatingGroup
- type RouteOut
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ListCancelRequest ¶ added in v0.4.0
type ListCancelRequest struct { fixt11.Header quickfix.Body fixt11.Trailer //ReceiveTime is the time that this message was read from the socket connection ReceiveTime time.Time }
ListCancelRequest is the fix50sp1 ListCancelRequest type, MsgType = K
func FromMessage ¶ added in v0.4.0
func FromMessage(m quickfix.Message) ListCancelRequest
FromMessage creates a ListCancelRequest from a quickfix.Message instance
func New ¶ added in v0.2.0
func New(listid field.ListIDField, transacttime field.TransactTimeField) (m ListCancelRequest)
New returns a ListCancelRequest initialized with the required fields for ListCancelRequest
func (ListCancelRequest) GetEncodedText ¶ added in v0.4.0
func (m ListCancelRequest) GetEncodedText() (f field.EncodedTextField, err quickfix.MessageRejectError)
GetEncodedText gets EncodedText, Tag 355
func (ListCancelRequest) GetEncodedTextLen ¶ added in v0.4.0
func (m ListCancelRequest) GetEncodedTextLen() (f field.EncodedTextLenField, err quickfix.MessageRejectError)
GetEncodedTextLen gets EncodedTextLen, Tag 354
func (ListCancelRequest) GetListID ¶ added in v0.4.0
func (m ListCancelRequest) GetListID() (f field.ListIDField, err quickfix.MessageRejectError)
GetListID gets ListID, Tag 66
func (ListCancelRequest) GetNoPartyIDs ¶ added in v0.4.0
func (m ListCancelRequest) GetNoPartyIDs() (NoPartyIDsRepeatingGroup, quickfix.MessageRejectError)
GetNoPartyIDs gets NoPartyIDs, Tag 453
func (ListCancelRequest) GetText ¶ added in v0.4.0
func (m ListCancelRequest) GetText() (f field.TextField, err quickfix.MessageRejectError)
GetText gets Text, Tag 58
func (ListCancelRequest) GetTradeDate ¶ added in v0.4.0
func (m ListCancelRequest) GetTradeDate() (f field.TradeDateField, err quickfix.MessageRejectError)
GetTradeDate gets TradeDate, Tag 75
func (ListCancelRequest) GetTradeOriginationDate ¶ added in v0.4.0
func (m ListCancelRequest) GetTradeOriginationDate() (f field.TradeOriginationDateField, err quickfix.MessageRejectError)
GetTradeOriginationDate gets TradeOriginationDate, Tag 229
func (ListCancelRequest) GetTransactTime ¶ added in v0.4.0
func (m ListCancelRequest) GetTransactTime() (f field.TransactTimeField, err quickfix.MessageRejectError)
GetTransactTime gets TransactTime, Tag 60
func (ListCancelRequest) HasEncodedText ¶ added in v0.4.0
func (m ListCancelRequest) HasEncodedText() bool
HasEncodedText returns true if EncodedText is present, Tag 355
func (ListCancelRequest) HasEncodedTextLen ¶ added in v0.4.0
func (m ListCancelRequest) HasEncodedTextLen() bool
HasEncodedTextLen returns true if EncodedTextLen is present, Tag 354
func (ListCancelRequest) HasListID ¶ added in v0.4.0
func (m ListCancelRequest) HasListID() bool
HasListID returns true if ListID is present, Tag 66
func (ListCancelRequest) HasNoPartyIDs ¶ added in v0.4.0
func (m ListCancelRequest) HasNoPartyIDs() bool
HasNoPartyIDs returns true if NoPartyIDs is present, Tag 453
func (ListCancelRequest) HasText ¶ added in v0.4.0
func (m ListCancelRequest) HasText() bool
HasText returns true if Text is present, Tag 58
func (ListCancelRequest) HasTradeDate ¶ added in v0.4.0
func (m ListCancelRequest) HasTradeDate() bool
HasTradeDate returns true if TradeDate is present, Tag 75
func (ListCancelRequest) HasTradeOriginationDate ¶ added in v0.4.0
func (m ListCancelRequest) HasTradeOriginationDate() bool
HasTradeOriginationDate returns true if TradeOriginationDate is present, Tag 229
func (ListCancelRequest) HasTransactTime ¶ added in v0.4.0
func (m ListCancelRequest) HasTransactTime() bool
HasTransactTime returns true if TransactTime is present, Tag 60
func (ListCancelRequest) SetEncodedText ¶ added in v0.4.0
func (m ListCancelRequest) SetEncodedText(v string)
SetEncodedText sets EncodedText, Tag 355
func (ListCancelRequest) SetEncodedTextLen ¶ added in v0.4.0
func (m ListCancelRequest) SetEncodedTextLen(v int)
SetEncodedTextLen sets EncodedTextLen, Tag 354
func (ListCancelRequest) SetListID ¶ added in v0.4.0
func (m ListCancelRequest) SetListID(v string)
SetListID sets ListID, Tag 66
func (ListCancelRequest) SetNoPartyIDs ¶ added in v0.4.0
func (m ListCancelRequest) SetNoPartyIDs(f NoPartyIDsRepeatingGroup)
SetNoPartyIDs sets NoPartyIDs, Tag 453
func (ListCancelRequest) SetText ¶ added in v0.4.0
func (m ListCancelRequest) SetText(v string)
SetText sets Text, Tag 58
func (ListCancelRequest) SetTradeDate ¶ added in v0.4.0
func (m ListCancelRequest) SetTradeDate(v string)
SetTradeDate sets TradeDate, Tag 75
func (ListCancelRequest) SetTradeOriginationDate ¶ added in v0.4.0
func (m ListCancelRequest) SetTradeOriginationDate(v string)
SetTradeOriginationDate sets TradeOriginationDate, Tag 229
func (ListCancelRequest) SetTransactTime ¶ added in v0.4.0
func (m ListCancelRequest) SetTransactTime(v time.Time)
SetTransactTime sets TransactTime, Tag 60
func (ListCancelRequest) ToMessage ¶ added in v0.4.0
func (m ListCancelRequest) 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) GetNoPartySubIDs ¶ added in v0.4.0
func (m NoPartyIDs) GetNoPartySubIDs() (NoPartySubIDsRepeatingGroup, quickfix.MessageRejectError)
GetNoPartySubIDs gets NoPartySubIDs, Tag 802
func (NoPartyIDs) GetPartyID ¶ added in v0.4.0
func (m NoPartyIDs) GetPartyID() (f field.PartyIDField, err quickfix.MessageRejectError)
GetPartyID gets PartyID, Tag 448
func (NoPartyIDs) GetPartyIDSource ¶ added in v0.4.0
func (m NoPartyIDs) GetPartyIDSource() (f field.PartyIDSourceField, err quickfix.MessageRejectError)
GetPartyIDSource gets PartyIDSource, Tag 447
func (NoPartyIDs) GetPartyRole ¶ added in v0.4.0
func (m NoPartyIDs) GetPartyRole() (f field.PartyRoleField, err quickfix.MessageRejectError)
GetPartyRole gets PartyRole, Tag 452
func (NoPartyIDs) HasNoPartySubIDs ¶ added in v0.4.0
func (m NoPartyIDs) HasNoPartySubIDs() bool
HasNoPartySubIDs returns true if NoPartySubIDs is present, Tag 802
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) SetNoPartySubIDs ¶ added in v0.4.0
func (m NoPartyIDs) SetNoPartySubIDs(f NoPartySubIDsRepeatingGroup)
SetNoPartySubIDs sets NoPartySubIDs, Tag 802
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 string)
SetPartyIDSource sets PartyIDSource, Tag 447
func (NoPartyIDs) SetPartyRole ¶ added in v0.4.0
func (m NoPartyIDs) SetPartyRole(v int)
SetPartyRole sets PartyRole, Tag 452
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 NoPartySubIDs ¶ added in v0.4.0
NoPartySubIDs is a repeating group element, Tag 802
func (NoPartySubIDs) GetPartySubID ¶ added in v0.4.0
func (m NoPartySubIDs) GetPartySubID() (f field.PartySubIDField, err quickfix.MessageRejectError)
GetPartySubID gets PartySubID, Tag 523
func (NoPartySubIDs) GetPartySubIDType ¶ added in v0.4.0
func (m NoPartySubIDs) GetPartySubIDType() (f field.PartySubIDTypeField, err quickfix.MessageRejectError)
GetPartySubIDType gets PartySubIDType, Tag 803
func (NoPartySubIDs) HasPartySubID ¶ added in v0.4.0
func (m NoPartySubIDs) HasPartySubID() bool
HasPartySubID returns true if PartySubID is present, Tag 523
func (NoPartySubIDs) HasPartySubIDType ¶ added in v0.4.0
func (m NoPartySubIDs) HasPartySubIDType() bool
HasPartySubIDType returns true if PartySubIDType is present, Tag 803
func (NoPartySubIDs) SetPartySubID ¶ added in v0.4.0
func (m NoPartySubIDs) SetPartySubID(v string)
SetPartySubID sets PartySubID, Tag 523
func (NoPartySubIDs) SetPartySubIDType ¶ added in v0.4.0
func (m NoPartySubIDs) SetPartySubIDType(v int)
SetPartySubIDType sets PartySubIDType, Tag 803
type NoPartySubIDsRepeatingGroup ¶ added in v0.4.0
type NoPartySubIDsRepeatingGroup struct {
*quickfix.RepeatingGroup
}
NoPartySubIDsRepeatingGroup is a repeating group, Tag 802
func NewNoPartySubIDsRepeatingGroup ¶ added in v0.4.0
func NewNoPartySubIDsRepeatingGroup() NoPartySubIDsRepeatingGroup
NewNoPartySubIDsRepeatingGroup returns an initialized, NoPartySubIDsRepeatingGroup
func (NoPartySubIDsRepeatingGroup) Add ¶ added in v0.4.0
func (m NoPartySubIDsRepeatingGroup) Add() NoPartySubIDs
Add create and append a new NoPartySubIDs to this group
func (NoPartySubIDsRepeatingGroup) Get ¶ added in v0.4.0
func (m NoPartySubIDsRepeatingGroup) Get(i int) NoPartySubIDs
Get returns the ith NoPartySubIDs in the NoPartySubIDsRepeatinGroup
type RouteOut ¶
type RouteOut func(msg ListCancelRequest, sessionID quickfix.SessionID) quickfix.MessageRejectError
A RouteOut is the callback type that should be implemented for routing Message