Class: Quickfix50Sp2::Quote::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.



68182
68183
68184
68185
68186
68187
68188
68189
# File 'lib/quickfix50sp2.rb', line 68182

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