Class: Quickfix50Sp2::OrderMassActionRequest::NoUnderlyingStreams::NoUnderlyingReturnRates::NoUnderlyingReturnRateDates::NoUnderlyingReturnRateValuationDates
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::OrderMassActionRequest::NoUnderlyingStreams::NoUnderlyingReturnRates::NoUnderlyingReturnRateDates::NoUnderlyingReturnRateValuationDates
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoUnderlyingReturnRateValuationDates
constructor
A new instance of NoUnderlyingReturnRateValuationDates.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoUnderlyingReturnRateValuationDates
Returns a new instance of NoUnderlyingReturnRateValuationDates.
347540 347541 347542 347543 347544 347545 347546 |
# File 'lib/quickfix50sp2.rb', line 347540 def initialize order = Quickfix::IntArray.new(3) order[0] = 43072 order[1] = 43073 order[2] = 0 super(43071, 43072, order) end |