Class: Quickfix50Sp2::MultilegOrderCancelReplace::NoMatchInst

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

#initializeNoMatchInst

Returns a new instance of NoMatchInst.



178412
178413
178414
178415
178416
178417
178418
178419
178420
# File 'lib/quickfix50sp2.rb', line 178412

def initialize
  order = Quickfix::IntArray.new(5)
  order[0] = 1625
  order[1] = 1673
  order[2] = 1626
  order[3] = 1627
  order[4] = 0
  super(1624, 1625, order)
end