Class: Quickfix50Sp2::MarketDataStatisticsRequest::NoLegs::NoLegExtraordinaryEvents
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::MarketDataStatisticsRequest::NoLegs::NoLegExtraordinaryEvents
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoLegExtraordinaryEvents
constructor
A new instance of NoLegExtraordinaryEvents.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoLegExtraordinaryEvents
Returns a new instance of NoLegExtraordinaryEvents.
397320 397321 397322 397323 397324 397325 397326 |
# File 'lib/quickfix50sp2.rb', line 397320 def initialize order = Quickfix::IntArray.new(3) order[0] = 42389 order[1] = 42390 order[2] = 0 super(42388, 42389, order) end |