registrationinstructionsresponse

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Sep 1, 2016 License: Apache-1.1 Imports: 5 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 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() (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

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

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 RegistrationInstructionsResponse added in v0.4.0

type RegistrationInstructionsResponse struct {
	fixt11.Header
	quickfix.Body
	fixt11.Trailer
	//ReceiveTime is the time that this message was read from the socket connection
	ReceiveTime time.Time
}

RegistrationInstructionsResponse is the fix50 RegistrationInstructionsResponse type, MsgType = p

func FromMessage added in v0.4.0

FromMessage creates a RegistrationInstructionsResponse from a quickfix.Message instance

func New added in v0.2.0

New returns a RegistrationInstructionsResponse initialized with the required fields for RegistrationInstructionsResponse

func (RegistrationInstructionsResponse) GetAccount added in v0.4.0

GetAccount gets Account, Tag 1

func (RegistrationInstructionsResponse) GetAcctIDSource added in v0.4.0

GetAcctIDSource gets AcctIDSource, Tag 660

func (RegistrationInstructionsResponse) GetClOrdID added in v0.4.0

GetClOrdID gets ClOrdID, Tag 11

func (RegistrationInstructionsResponse) GetNoPartyIDs added in v0.4.0

GetNoPartyIDs gets NoPartyIDs, Tag 453

func (RegistrationInstructionsResponse) GetRegistID added in v0.4.0

GetRegistID gets RegistID, Tag 513

func (RegistrationInstructionsResponse) GetRegistRefID added in v0.4.0

GetRegistRefID gets RegistRefID, Tag 508

func (RegistrationInstructionsResponse) GetRegistRejReasonCode added in v0.4.0

GetRegistRejReasonCode gets RegistRejReasonCode, Tag 507

func (RegistrationInstructionsResponse) GetRegistRejReasonText added in v0.4.0

GetRegistRejReasonText gets RegistRejReasonText, Tag 496

func (RegistrationInstructionsResponse) GetRegistStatus added in v0.4.0

GetRegistStatus gets RegistStatus, Tag 506

func (RegistrationInstructionsResponse) GetRegistTransType added in v0.4.0

GetRegistTransType gets RegistTransType, Tag 514

func (RegistrationInstructionsResponse) HasAccount added in v0.4.0

func (m RegistrationInstructionsResponse) HasAccount() bool

HasAccount returns true if Account is present, Tag 1

func (RegistrationInstructionsResponse) HasAcctIDSource added in v0.4.0

func (m RegistrationInstructionsResponse) HasAcctIDSource() bool

HasAcctIDSource returns true if AcctIDSource is present, Tag 660

func (RegistrationInstructionsResponse) HasClOrdID added in v0.4.0

func (m RegistrationInstructionsResponse) HasClOrdID() bool

HasClOrdID returns true if ClOrdID is present, Tag 11

func (RegistrationInstructionsResponse) HasNoPartyIDs added in v0.4.0

func (m RegistrationInstructionsResponse) HasNoPartyIDs() bool

HasNoPartyIDs returns true if NoPartyIDs is present, Tag 453

func (RegistrationInstructionsResponse) HasRegistID added in v0.4.0

func (m RegistrationInstructionsResponse) HasRegistID() bool

HasRegistID returns true if RegistID is present, Tag 513

func (RegistrationInstructionsResponse) HasRegistRefID added in v0.4.0

func (m RegistrationInstructionsResponse) HasRegistRefID() bool

HasRegistRefID returns true if RegistRefID is present, Tag 508

func (RegistrationInstructionsResponse) HasRegistRejReasonCode added in v0.4.0

func (m RegistrationInstructionsResponse) HasRegistRejReasonCode() bool

HasRegistRejReasonCode returns true if RegistRejReasonCode is present, Tag 507

func (RegistrationInstructionsResponse) HasRegistRejReasonText added in v0.4.0

func (m RegistrationInstructionsResponse) HasRegistRejReasonText() bool

HasRegistRejReasonText returns true if RegistRejReasonText is present, Tag 496

func (RegistrationInstructionsResponse) HasRegistStatus added in v0.4.0

func (m RegistrationInstructionsResponse) HasRegistStatus() bool

HasRegistStatus returns true if RegistStatus is present, Tag 506

func (RegistrationInstructionsResponse) HasRegistTransType added in v0.4.0

func (m RegistrationInstructionsResponse) HasRegistTransType() bool

HasRegistTransType returns true if RegistTransType is present, Tag 514

func (RegistrationInstructionsResponse) SetAccount added in v0.4.0

func (m RegistrationInstructionsResponse) SetAccount(v string)

SetAccount sets Account, Tag 1

func (RegistrationInstructionsResponse) SetAcctIDSource added in v0.4.0

func (m RegistrationInstructionsResponse) SetAcctIDSource(v int)

SetAcctIDSource sets AcctIDSource, Tag 660

func (RegistrationInstructionsResponse) SetClOrdID added in v0.4.0

func (m RegistrationInstructionsResponse) SetClOrdID(v string)

SetClOrdID sets ClOrdID, Tag 11

func (RegistrationInstructionsResponse) SetNoPartyIDs added in v0.4.0

SetNoPartyIDs sets NoPartyIDs, Tag 453

func (RegistrationInstructionsResponse) SetRegistID added in v0.4.0

func (m RegistrationInstructionsResponse) SetRegistID(v string)

SetRegistID sets RegistID, Tag 513

func (RegistrationInstructionsResponse) SetRegistRefID added in v0.4.0

func (m RegistrationInstructionsResponse) SetRegistRefID(v string)

SetRegistRefID sets RegistRefID, Tag 508

func (RegistrationInstructionsResponse) SetRegistRejReasonCode added in v0.4.0

func (m RegistrationInstructionsResponse) SetRegistRejReasonCode(v int)

SetRegistRejReasonCode sets RegistRejReasonCode, Tag 507

func (RegistrationInstructionsResponse) SetRegistRejReasonText added in v0.4.0

func (m RegistrationInstructionsResponse) SetRegistRejReasonText(v string)

SetRegistRejReasonText sets RegistRejReasonText, Tag 496

func (RegistrationInstructionsResponse) SetRegistStatus added in v0.4.0

func (m RegistrationInstructionsResponse) SetRegistStatus(v string)

SetRegistStatus sets RegistStatus, Tag 506

func (RegistrationInstructionsResponse) SetRegistTransType added in v0.4.0

func (m RegistrationInstructionsResponse) SetRegistTransType(v string)

SetRegistTransType sets RegistTransType, Tag 514

func (RegistrationInstructionsResponse) ToMessage added in v0.4.0

ToMessage returns a quickfix.Message instance

type RouteOut

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