Class: Quickfix50::IOI::NoIOIQualifiers

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix50.rb

Instance Method Summary collapse

Constructor Details

#initializeNoIOIQualifiers

Returns a new instance of NoIOIQualifiers.



178
179
180
181
182
183
# File 'lib/quickfix50.rb', line 178

def initialize
  order = Quickfix::IntArray.new(2)
  order[0] = 104
  order[1] = 0
  super(199, 104, order)
end