 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
- func Route(router RouteOut) (string, string, quickfix.MessageRoute)
- type Reject
- func (m Reject) GetRefSeqNum() (f field.RefSeqNumField, err quickfix.MessageRejectError)
- func (m Reject) GetText() (f field.TextField, err quickfix.MessageRejectError)
- func (m Reject) HasRefSeqNum() bool
- func (m Reject) HasText() bool
- func (m Reject) SetRefSeqNum(v int)
- func (m Reject) SetText(v string)
- func (m Reject) ToMessage() quickfix.Message
 
- type RouteOut
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Reject ¶
type Reject struct {
	fix40.Header
	quickfix.Body
	fix40.Trailer
	//ReceiveTime is the time that this message was read from the socket connection
	ReceiveTime time.Time
}
    Reject is the fix40 Reject type, MsgType = 3
func FromMessage ¶
FromMessage creates a Reject from a quickfix.Message instance
func New ¶
func New(refseqnum field.RefSeqNumField) (m Reject)
New returns a Reject initialized with the required fields for Reject
func (Reject) GetRefSeqNum ¶
func (m Reject) GetRefSeqNum() (f field.RefSeqNumField, err quickfix.MessageRejectError)
GetRefSeqNum gets RefSeqNum, Tag 45
func (Reject) GetText ¶
func (m Reject) GetText() (f field.TextField, err quickfix.MessageRejectError)
GetText gets Text, Tag 58
func (Reject) HasRefSeqNum ¶
HasRefSeqNum returns true if RefSeqNum is present, Tag 45
func (Reject) SetRefSeqNum ¶
SetRefSeqNum sets RefSeqNum, Tag 45
 Click to show internal directories. 
   Click to hide internal directories.