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



38025
38026
38027
38028
38029
38030
38031
# File 'lib/quickfix50sp2.rb', line 38025

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