Class: Quickfix50Sp2::AllocationInstruction::NoUnderlyings::NoUnderlyingStreams::NoUnderlyingReturnRates::NoUnderlyingReturnRateDates
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::AllocationInstruction::NoUnderlyings::NoUnderlyingStreams::NoUnderlyingReturnRates::NoUnderlyingReturnRateDates
- Defined in:
- lib/quickfix50sp2.rb
Defined Under Namespace
Classes: NoUnderlyingReturnRateValuationDateBusinessCenters, NoUnderlyingReturnRateValuationDates
Instance Method Summary collapse
-
#initialize ⇒ NoUnderlyingReturnRateDates
constructor
A new instance of NoUnderlyingReturnRateDates.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoUnderlyingReturnRateDates
Returns a new instance of NoUnderlyingReturnRateDates.
47706 47707 47708 47709 47710 47711 47712 47713 47714 47715 47716 47717 47718 47719 47720 47721 47722 47723 47724 47725 47726 47727 47728 47729 47730 47731 47732 47733 |
# File 'lib/quickfix50sp2.rb', line 47706 def initialize order = Quickfix::IntArray.new(24) order[0] = 43009 order[1] = 43071 order[2] = 43010 order[3] = 43011 order[4] = 43012 order[5] = 43013 order[6] = 43014 order[7] = 43015 order[8] = 43016 order[9] = 43017 order[10] = 43018 order[11] = 43019 order[12] = 43020 order[13] = 43021 order[14] = 43022 order[15] = 43023 order[16] = 43024 order[17] = 43025 order[18] = 43026 order[19] = 43027 order[20] = 43028 order[21] = 43029 order[22] = 43069 order[23] = 0 super(43008, 43009, order) end |