Class: Quickfix50Sp2::DerivativeSecurityListUpdateReport::NoUnderlyingOptionExerciseExpirationDates
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::DerivativeSecurityListUpdateReport::NoUnderlyingOptionExerciseExpirationDates
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoUnderlyingOptionExerciseExpirationDates
constructor
A new instance of NoUnderlyingOptionExerciseExpirationDates.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoUnderlyingOptionExerciseExpirationDates
Returns a new instance of NoUnderlyingOptionExerciseExpirationDates.
336148 336149 336150 336151 336152 336153 336154 |
# File 'lib/quickfix50sp2.rb', line 336148 def initialize order = Quickfix::IntArray.new(3) order[0] = 41857 order[1] = 41858 order[2] = 0 super(41856, 41857, order) end |