Class: Quickfix40::Message

Inherits:
Quickfix::Message
  • Object
show all
Defined in:
lib/quickfix40.rb

Instance Method Summary collapse

Methods inherited from Quickfix::Message

InitializeXML, #addGroup, #bodyLength, #checkSum, #clear, #getGroup, #getHeader, #getSessionID, #getTrailer, #hasGroup, #hasValidStructure, #isAdmin, isAdminMsgType, #isApp, #isEmpty, isHeaderField, isTrailerField, #removeGroup, #replaceGroup, #reverseRoute, #setGroup, #setSessionID, #setString, #setStringHeader, toApplVerID, toBeginString, #toString, #toXML, #to_s

Constructor Details

#initializeMessage

Returns a new instance of Message.



4
5
6
7
# File 'lib/quickfix40.rb', line 4

def initialize
	super
	getHeader().setField( Quickfix::BeginString.new("FIX.4.0") )
end