Class: Quickfix43::IOI::NoIOIQualifiers

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

Instance Method Summary collapse

Constructor Details

#initializeNoIOIQualifiers

Returns a new instance of NoIOIQualifiers.



69
70
71
72
73
74
# File 'lib/quickfix43.rb', line 69

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