Class: Quickfix50Sp2::AllocationInstructionAlert::NoStreams::NoReturnRates::NoReturnRateDates::NoReturnRateValuationDates
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::AllocationInstructionAlert::NoStreams::NoReturnRates::NoReturnRateDates::NoReturnRateValuationDates
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoReturnRateValuationDates
constructor
A new instance of NoReturnRateValuationDates.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoReturnRateValuationDates
Returns a new instance of NoReturnRateValuationDates.
324127 324128 324129 324130 324131 324132 324133 |
# File 'lib/quickfix50sp2.rb', line 324127 def initialize order = Quickfix::IntArray.new(3) order[0] = 42773 order[1] = 42774 order[2] = 0 super(42772, 42773, order) end |