Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Logout ¶ added in v0.4.0
type Logout struct { fix41.Header quickfix.Body fix41.Trailer //ReceiveTime is the time that this message was read from the socket connection ReceiveTime time.Time }
Logout is the fix41 Logout type, MsgType = 5
func FromMessage ¶ added in v0.4.0
FromMessage creates a Logout from a quickfix.Message instance
func New ¶ added in v0.2.0
func New() (m Logout)
New returns a Logout initialized with the required fields for Logout
func (Logout) GetText ¶ added in v0.4.0
func (m Logout) GetText() (f field.TextField, err quickfix.MessageRejectError)
GetText gets Text, Tag 58
Click to show internal directories.
Click to hide internal directories.