Class: Quickfix40::IOI

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

Instance Method Summary collapse

Constructor Details

#initializeIOI

Returns a new instance of IOI.



53
54
55
56
# File 'lib/quickfix40.rb', line 53

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