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



27168
27169
27170
27171
27172
27173
27174
# File 'lib/quickfix50sp2.rb', line 27168

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