Documentation ¶
Overview ¶
Package applicationmessagereport msg type = BY.
Index ¶
- func Route(router RouteOut) (string, string, quickfix.MessageRoute)
- type Message
- func (m Message) Marshal() quickfix.Message
- func (m *Message) SetApplIDReportGrp(v applidreportgrp.ApplIDReportGrp)
- func (m *Message) SetApplReportID(v string)
- func (m *Message) SetApplReportType(v int)
- func (m *Message) SetApplReqID(v string)
- func (m *Message) SetEncodedText(v string)
- func (m *Message) SetEncodedTextLen(v int)
- func (m *Message) SetText(v string)
- type RouteOut
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Message ¶
type Message struct { FIXMsgType string `fix:"BY"` fixt11.Header //ApplReportID is a required field for ApplicationMessageReport. ApplReportID string `fix:"1356"` //ApplReportType is a required field for ApplicationMessageReport. ApplReportType int `fix:"1426"` //ApplIDReportGrp is a non-required component for ApplicationMessageReport. ApplIDReportGrp *applidreportgrp.ApplIDReportGrp //Text is a non-required field for ApplicationMessageReport. Text *string `fix:"58"` //EncodedTextLen is a non-required field for ApplicationMessageReport. EncodedTextLen *int `fix:"354"` //EncodedText is a non-required field for ApplicationMessageReport. EncodedText *string `fix:"355"` //ApplReqID is a non-required field for ApplicationMessageReport. ApplReqID *string `fix:"1346"` fixt11.Trailer }
Message is a ApplicationMessageReport FIX Message
func (*Message) SetApplIDReportGrp ¶ added in v0.2.0
func (m *Message) SetApplIDReportGrp(v applidreportgrp.ApplIDReportGrp)
func (*Message) SetApplReportID ¶ added in v0.2.0
func (*Message) SetApplReportType ¶ added in v0.2.0
func (*Message) SetApplReqID ¶ added in v0.2.0
func (*Message) SetEncodedText ¶ added in v0.2.0
func (*Message) SetEncodedTextLen ¶ added in v0.2.0
Click to show internal directories.
Click to hide internal directories.