Class: Quickfix41::IOI
- Defined in:
- lib/quickfix41.rb
Defined Under Namespace
Classes: NoIOIQualifiers
Instance Method Summary collapse
-
#initialize ⇒ IOI
constructor
A new instance of IOI.
Constructor Details
#initialize ⇒ IOI
53 54 55 56 |
# File 'lib/quickfix41.rb', line 53 def initialize super getHeader().setField( Quickfix::MsgType.new("6") ) end |