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



269817
269818
269819
269820
269821
269822
269823
269824
269825
# File 'lib/quickfix50sp2.rb', line 269817

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