Documentation
      ¶
    
    
  
    
  
    Overview ¶
Package streamassignmentreportack msg type = CE.
Index ¶
- func Route(router RouteOut) (string, string, quickfix.MessageRoute)
 - type Message
 - func (m Message) Marshal() quickfix.Message
 - func (m *Message) SetEncodedText(v string)
 - func (m *Message) SetEncodedTextLen(v int)
 - func (m *Message) SetStreamAsgnAckType(v int)
 - func (m *Message) SetStreamAsgnRejReason(v int)
 - func (m *Message) SetStreamAsgnRptID(v string)
 - func (m *Message) SetText(v string)
 
- type RouteOut
 
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Message ¶
type Message struct {
	FIXMsgType string `fix:"CE"`
	fixt11.Header
	//StreamAsgnAckType is a required field for StreamAssignmentReportACK.
	StreamAsgnAckType int `fix:"1503"`
	//StreamAsgnRptID is a required field for StreamAssignmentReportACK.
	StreamAsgnRptID string `fix:"1501"`
	//StreamAsgnRejReason is a non-required field for StreamAssignmentReportACK.
	StreamAsgnRejReason *int `fix:"1502"`
	//Text is a non-required field for StreamAssignmentReportACK.
	Text *string `fix:"58"`
	//EncodedTextLen is a non-required field for StreamAssignmentReportACK.
	EncodedTextLen *int `fix:"354"`
	//EncodedText is a non-required field for StreamAssignmentReportACK.
	EncodedText *string `fix:"355"`
	fixt11.Trailer
}
    Message is a StreamAssignmentReportACK FIX Message
func (*Message) SetEncodedText ¶ added in v0.2.0
func (*Message) SetEncodedTextLen ¶ added in v0.2.0
func (*Message) SetStreamAsgnAckType ¶ added in v0.2.0
func (*Message) SetStreamAsgnRejReason ¶ added in v0.2.0
func (*Message) SetStreamAsgnRptID ¶ added in v0.2.0
 Click to show internal directories. 
   Click to hide internal directories.