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



115271
115272
115273
115274
115275
115276
115277
# File 'lib/quickfix50sp2.rb', line 115271

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