Class: Quickfix50Sp2::SecurityListUpdateReport::NoRelatedSym::NoLegs::NoLegComplexEvents::NoLegComplexEventPeriods::NoLegComplexEventAveragingObservations

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

#initializeNoLegComplexEventAveragingObservations

Returns a new instance of NoLegComplexEventAveragingObservations.



319879
319880
319881
319882
319883
319884
319885
# File 'lib/quickfix50sp2.rb', line 319879

def initialize
  order = Quickfix::IntArray.new(3)
  order[0] = 41364
  order[1] = 41365
  order[2] = 0
  super(41363, 41364, order)
end