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



173063
173064
173065
173066
173067
173068
173069
173070
173071
# File 'lib/quickfix50sp2.rb', line 173063

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