Class: Quickfix50Sp1::IOI::NoIOIQualifiers

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix50sp1.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.



286
287
288
289
290
291
# File 'lib/quickfix50sp1.rb', line 286

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