Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Logout ¶
type Logout struct { fix40.Header quickfix.Body fix40.Trailer //ReceiveTime is the time that this message was read from the socket connection ReceiveTime time.Time }
Logout is the fix40 Logout type, MsgType = 5
func FromMessage ¶
FromMessage creates a Logout from a quickfix.Message instance
func New ¶
func New() (m Logout)
New returns a Logout initialized with the required fields for Logout
func (Logout) GetText ¶
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.