Class: Quickfix50Sp2::OrderMassCancelReport::NoStreams::NoStreamCalculationPeriodDates
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::OrderMassCancelReport::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.
136451 136452 136453 136454 136455 136456 136457 |
# File 'lib/quickfix50sp2.rb', line 136451 def initialize order = Quickfix::IntArray.new(3) order[0] = 41242 order[1] = 41243 order[2] = 0 super(41241, 41242, order) end |