Class: Quickfix50Sp2::MarketDataStatisticsReport::NoOptionExerciseDates
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::MarketDataStatisticsReport::NoOptionExerciseDates
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoOptionExerciseDates
constructor
A new instance of NoOptionExerciseDates.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoOptionExerciseDates
Returns a new instance of NoOptionExerciseDates.
397810 397811 397812 397813 397814 397815 397816 |
# File 'lib/quickfix50sp2.rb', line 397810 def initialize order = Quickfix::IntArray.new(3) order[0] = 41138 order[1] = 41139 order[2] = 0 super(41137, 41138, order) end |