Class: Quickfix50Sp2::SecurityListUpdateReport::NoRelatedSym::NoStreams::NoStreamCalculationPeriodDates
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::SecurityListUpdateReport::NoRelatedSym::NoStreams::NoStreamCalculationPeriodDates
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoStreamCalculationPeriodDates
constructor
A new instance of NoStreamCalculationPeriodDates.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoStreamCalculationPeriodDates
Returns a new instance of NoStreamCalculationPeriodDates.
316527 316528 316529 316530 316531 316532 316533 |
# File 'lib/quickfix50sp2.rb', line 316527 def initialize order = Quickfix::IntArray.new(3) order[0] = 41242 order[1] = 41243 order[2] = 0 super(41241, 41242, order) end |