Discover Packages
github.com/andpago/quickfix
fix41
resendrequest
package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Feb 21, 2016
License: Apache-1.1
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation Source Files Overview Index Constants Variables Functions Types Route(router) type Message type RouteOut (m) Marshal()
Documentation
¶
Package resendrequest msg type = 2.
Route returns the beginstring, message type, and MessageRoute for this Mesage type
type Message struct {
FIXMsgType string `fix:"2"`
BeginSeqNo int `fix:"7"`
EndSeqNo int `fix:"16"`
Trailer fix41 .Trailer
}
Message is a ResendRequest FIX Message
Marshal converts Message to a quickfix.Message instance
A RouteOut is the callback type that should be implemented for routing Message
Source Files
¶
Click to show internal directories.
Click to hide internal directories.