package
0.6.0
Repository: https://github.com/quanticko/quickfix.git
Documentation: pkg.go.dev

# Functions

FromMessage creates a Email from a quickfix.Message instance.
New returns a Email initialized with the required fields for Email.
NewLinesOfTextRepeatingGroup returns an initialized, LinesOfTextRepeatingGroup.
NewNoRelatedSymRepeatingGroup returns an initialized, NoRelatedSymRepeatingGroup.
Route returns the beginstring, message type, and MessageRoute for this Message type.

# Structs

Email is the fix41 Email type, MsgType = C.
LinesOfText is a repeating group element, Tag 33.
LinesOfTextRepeatingGroup is a repeating group, Tag 33.
NoRelatedSym is a repeating group element, Tag 146.
NoRelatedSymRepeatingGroup is a repeating group, Tag 146.

# Type aliases

A RouteOut is the callback type that should be implemented for routing Message.