applicationmessagerequest

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2016 License: Apache-1.1 Imports: 4 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"`
	fixt11.Trailer
}

Message is a ApplicationMessageRequest FIX Message

func New added in v0.2.0

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

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

func (*Message) SetApplReqID added in v0.2.0

func (m *Message) SetApplReqID(v string)

func (*Message) SetApplReqType added in v0.2.0

func (m *Message) SetApplReqType(v int)

func (*Message) SetEncodedText added in v0.2.0

func (m *Message) SetEncodedText(v string)

func (*Message) SetEncodedTextLen added in v0.2.0

func (m *Message) SetEncodedTextLen(v int)

func (*Message) SetText added in v0.2.0

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