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



195021
195022
195023
195024
195025
195026
195027
195028
195029
# File 'lib/quickfix50sp2.rb', line 195021

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