Class: Quickfix43::XMLnonFIX

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

Instance Method Summary collapse

Constructor Details

#initializeXMLnonFIX

Returns a new instance of XMLnonFIX.



2131
2132
2133
2134
# File 'lib/quickfix43.rb', line 2131

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