applicationmessagerequest

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Jun 3, 2016 License: Apache-1.1 Imports: 5 Imported by: 0

Documentation

Overview

Package applicationmessagerequest msg type = BW.

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 Message

type Message struct {
	FIXMsgType string `fix:"BW"`
	fixt11.Header
	//ApplReqID is a required field for ApplicationMessageRequest.
	ApplReqID string `fix:"1346"`
	//ApplReqType is a required field for ApplicationMessageRequest.
	ApplReqType int `fix:"1347"`
	//ApplIDRequestGrp is a non-required component for ApplicationMessageRequest.
	ApplIDRequestGrp *applidrequestgrp.ApplIDRequestGrp
	//Text is a non-required field for ApplicationMessageRequest.
	Text *string `fix:"58"`
	//EncodedTextLen is a non-required field for ApplicationMessageRequest.
	EncodedTextLen *int `fix:"354"`
	//EncodedText is a non-required field for ApplicationMessageRequest.
	EncodedText *string `fix:"355"`
	//Parties is a non-required component for ApplicationMessageRequest.
	Parties *parties.Parties
	fixt11.Trailer
}

Message is a ApplicationMessageRequest FIX Message

func New

func New(applreqid string, applreqtype int) *Message

New returns an initialized ApplicationMessageRequest instance

func (Message) Marshal

func (m Message) Marshal() quickfix.Message

Marshal converts Message to a quickfix.Message instance

func (*Message) SetApplIDRequestGrp

func (m *Message) SetApplIDRequestGrp(v applidrequestgrp.ApplIDRequestGrp)

func (*Message) SetApplReqID

func (m *Message) SetApplReqID(v string)

func (*Message) SetApplReqType

func (m *Message) SetApplReqType(v int)

func (*Message) SetEncodedText

func (m *Message) SetEncodedText(v string)

func (*Message) SetEncodedTextLen

func (m *Message) SetEncodedTextLen(v int)

func (*Message) SetParties

func (m *Message) SetParties(v parties.Parties)

func (*Message) SetText

func (m *Message) SetText(v string)

type RouteOut

type RouteOut func(msg Message, 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