Class: Quickfix44::XMLnonFIX

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

Instance Method Summary collapse

Constructor Details

#initializeXMLnonFIX

Returns a new instance of XMLnonFIX.



4610
4611
4612
4613
# File 'lib/quickfix44.rb', line 4610

def initialize
	super
	getHeader().setField( Quickfix::MsgType.new("n") )
end