Class: Quickfix50Sp2::Quote::NoValueChecks

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

#initializeNoValueChecks

Returns a new instance of NoValueChecks.



62944
62945
62946
62947
62948
62949
62950
# File 'lib/quickfix50sp2.rb', line 62944

def initialize
  order = Quickfix::IntArray.new(3)
  order[0] = 1869
  order[1] = 1870
  order[2] = 0
  super(1868, 1869, order)
end