Class: Quickfix50Sp2::Confirmation::NoMatchingDataPoints

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

#initializeNoMatchingDataPoints

Returns a new instance of NoMatchingDataPoints.



225095
225096
225097
225098
225099
225100
225101
225102
225103
# File 'lib/quickfix50sp2.rb', line 225095

def initialize
  order = Quickfix::IntArray.new(5)
  order[0] = 2782
  order[1] = 2783
  order[2] = 2784
  order[3] = 2785
  order[4] = 0
  super(2781, 2782, order)
end