Class: Quickfix50Sp2::IOI::NoRelativeValues

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoRelativeValues

Returns a new instance of NoRelativeValues.



5238
5239
5240
5241
5242
5243
5244
5245
# File 'lib/quickfix50sp2.rb', line 5238

def initialize
  order = Quickfix::IntArray.new(4)
  order[0] = 2530
  order[1] = 2531
  order[2] = 2532
  order[3] = 0
  super(2529, 2530, order)
end