Class: Quickfix50Sp2::SecurityDefinitionUpdateReport::NoStreams::NoReturnRates
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::SecurityDefinitionUpdateReport::NoStreams::NoReturnRates
- Defined in:
- lib/quickfix50sp2.rb
Defined Under Namespace
Classes: NoReturnRateDates, NoReturnRateFXConversions, NoReturnRateInformationSources, NoReturnRatePrices
Instance Method Summary collapse
-
#initialize ⇒ NoReturnRates
constructor
A new instance of NoReturnRates.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoReturnRates
Returns a new instance of NoReturnRates.
311088 311089 311090 311091 311092 311093 311094 311095 311096 311097 311098 311099 311100 311101 311102 311103 311104 311105 311106 311107 311108 311109 311110 311111 311112 311113 311114 311115 311116 311117 311118 311119 311120 311121 |
# File 'lib/quickfix50sp2.rb', line 311088 def initialize order = Quickfix::IntArray.new(30) order[0] = 42736 order[1] = 42737 order[2] = 42738 order[3] = 42739 order[4] = 42740 order[5] = 42741 order[6] = 42765 order[7] = 42731 order[8] = 42742 order[9] = 42743 order[10] = 42744 order[11] = 42745 order[12] = 42746 order[13] = 42747 order[14] = 42748 order[15] = 42749 order[16] = 42750 order[17] = 42751 order[18] = 42752 order[19] = 42753 order[20] = 42761 order[21] = 42754 order[22] = 42755 order[23] = 42709 order[24] = 42756 order[25] = 42757 order[26] = 42758 order[27] = 42759 order[28] = 42760 order[29] = 0 super(42735, 42736, order) end |