Class: Quickfix50Sp2::OrderMassStatusRequest::NoUnderlyingComplexEvents::NoUnderlyingComplexEventPeriods::NoUnderlyingComplexEventAveragingObservations
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::OrderMassStatusRequest::NoUnderlyingComplexEvents::NoUnderlyingComplexEventPeriods::NoUnderlyingComplexEventAveragingObservations
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoUnderlyingComplexEventAveragingObservations
constructor
A new instance of NoUnderlyingComplexEventAveragingObservations.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoUnderlyingComplexEventAveragingObservations
Returns a new instance of NoUnderlyingComplexEventAveragingObservations.
197009 197010 197011 197012 197013 197014 197015 |
# File 'lib/quickfix50sp2.rb', line 197009 def initialize order = Quickfix::IntArray.new(3) order[0] = 41714 order[1] = 41715 order[2] = 0 super(41713, 41714, order) end |