Documentation
      ¶
    
    
  
    
  
    Overview ¶
Package listexecute msg type = L.
Index ¶
- func Route(router RouteOut) (string, string, quickfix.MessageRoute)
 - type Message
 - func (m Message) Marshal() quickfix.Message
 - func (m *Message) SetBidID(v string)
 - func (m *Message) SetClientBidID(v string)
 - func (m *Message) SetEncodedText(v string)
 - func (m *Message) SetEncodedTextLen(v int)
 - func (m *Message) SetListID(v string)
 - func (m *Message) SetText(v string)
 - func (m *Message) SetTransactTime(v time.Time)
 
- type RouteOut
 
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Message ¶
type Message struct {
	FIXMsgType string `fix:"L"`
	fixt11.Header
	//ListID is a required field for ListExecute.
	ListID string `fix:"66"`
	//ClientBidID is a non-required field for ListExecute.
	ClientBidID *string `fix:"391"`
	//BidID is a non-required field for ListExecute.
	BidID *string `fix:"390"`
	//TransactTime is a required field for ListExecute.
	TransactTime time.Time `fix:"60"`
	//Text is a non-required field for ListExecute.
	Text *string `fix:"58"`
	//EncodedTextLen is a non-required field for ListExecute.
	EncodedTextLen *int `fix:"354"`
	//EncodedText is a non-required field for ListExecute.
	EncodedText *string `fix:"355"`
	fixt11.Trailer
}
    Message is a ListExecute FIX Message
func (*Message) SetClientBidID ¶ added in v0.2.0
func (*Message) SetEncodedText ¶ added in v0.2.0
func (*Message) SetEncodedTextLen ¶ added in v0.2.0
func (*Message) SetTransactTime ¶ added in v0.2.0
 Click to show internal directories. 
   Click to hide internal directories.