Class: Quickfix43::IOI::NoIOIQualifiers

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup

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