listcancelrequest

package
v0.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 14, 2017 License: Apache-1.1 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Route

func Route(router RouteOut) (string, string, quickfix.MessageRoute)

Route returns the beginstring, message type, and MessageRoute for this Message type

Types

type ListCancelRequest added in v0.4.0

type ListCancelRequest struct {
	fixt11.Header
	*quickfix.Body
	fixt11.Trailer
	Message *quickfix.Message
}

ListCancelRequest is the fix50 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() (v string, err quickfix.MessageRejectError)

GetEncodedText gets EncodedText, Tag 355

func (ListCancelRequest) GetEncodedTextLen added in v0.4.0

func (m ListCancelRequest) GetEncodedTextLen() (v int, err quickfix.MessageRejectError)

GetEncodedTextLen gets EncodedTextLen, Tag 354

func (ListCancelRequest) GetListID added in v0.4.0

func (m ListCancelRequest) GetListID() (v string, err quickfix.MessageRejectError)

GetListID gets ListID, Tag 66

func (ListCancelRequest) GetNoPartyIDs added in v0.4.0

GetNoPartyIDs gets NoPartyIDs, Tag 453

func (ListCancelRequest) GetText added in v0.4.0

func (m ListCancelRequest) GetText() (v string, err quickfix.MessageRejectError)

GetText gets Text, Tag 58

func (ListCancelRequest) GetTradeDate added in v0.4.0

func (m ListCancelRequest) GetTradeDate() (v string, err quickfix.MessageRejectError)

GetTradeDate gets TradeDate, Tag 75

func (ListCancelRequest) GetTradeOriginationDate added in v0.4.0

func (m ListCancelRequest) GetTradeOriginationDate() (v string, err quickfix.MessageRejectError)

GetTradeOriginationDate gets TradeOriginationDate, Tag 229

func (ListCancelRequest) GetTransactTime added in v0.4.0

func (m ListCancelRequest) GetTransactTime() (v time.Time, 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

type NoPartyIDs struct {
	*quickfix.Group
}

NoPartyIDs is a repeating group element, Tag 453

func (NoPartyIDs) GetNoPartySubIDs added in v0.4.0

GetNoPartySubIDs gets NoPartySubIDs, Tag 802

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) 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 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

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

Add create and append a new NoPartyIDs to this group

func (NoPartyIDsRepeatingGroup) Get added in v0.4.0

Get returns the ith NoPartyIDs in the NoPartyIDsRepeatinGroup

type NoPartySubIDs added in v0.4.0

type NoPartySubIDs struct {
	*quickfix.Group
}

NoPartySubIDs is a repeating group element, Tag 802

func (NoPartySubIDs) GetPartySubID added in v0.4.0

func (m NoPartySubIDs) GetPartySubID() (v string, err quickfix.MessageRejectError)

GetPartySubID gets PartySubID, Tag 523

func (NoPartySubIDs) GetPartySubIDType added in v0.4.0

func (m NoPartySubIDs) GetPartySubIDType() (v enum.PartySubIDType, 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 enum.PartySubIDType)

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

Add create and append a new NoPartySubIDs to this group

func (NoPartySubIDsRepeatingGroup) Get added in v0.4.0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL