Documentation
      ¶
    
    
  
    
  
    Index ¶
- func Route(router RouteOut) (string, string, quickfix.MessageRoute)
 - type Logout
 - func (m Logout) GetEncodedText() (v string, err quickfix.MessageRejectError)
 - func (m Logout) GetEncodedTextLen() (v int, err quickfix.MessageRejectError)
 - func (m Logout) GetText() (v string, err quickfix.MessageRejectError)
 - func (m Logout) HasEncodedText() bool
 - func (m Logout) HasEncodedTextLen() bool
 - func (m Logout) HasText() bool
 - func (m Logout) SetEncodedText(v string)
 - func (m Logout) SetEncodedTextLen(v int)
 - func (m Logout) SetText(v string)
 - func (m Logout) ToMessage() *quickfix.Message
 
- type RouteOut
 
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Logout ¶
Logout is the fix43 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) GetEncodedText ¶
func (m Logout) GetEncodedText() (v string, err quickfix.MessageRejectError)
GetEncodedText gets EncodedText, Tag 355.
func (Logout) GetEncodedTextLen ¶
func (m Logout) GetEncodedTextLen() (v int, err quickfix.MessageRejectError)
GetEncodedTextLen gets EncodedTextLen, Tag 354.
func (Logout) GetText ¶
func (m Logout) GetText() (v string, err quickfix.MessageRejectError)
GetText gets Text, Tag 58.
func (Logout) HasEncodedText ¶
HasEncodedText returns true if EncodedText is present, Tag 355.
func (Logout) HasEncodedTextLen ¶
HasEncodedTextLen returns true if EncodedTextLen is present, Tag 354.
func (Logout) SetEncodedText ¶
SetEncodedText sets EncodedText, Tag 355.
func (Logout) SetEncodedTextLen ¶
SetEncodedTextLen sets EncodedTextLen, Tag 354.
 Click to show internal directories. 
   Click to hide internal directories.