Class: Quickfix50Sp2::SecurityDefinition::NoStreams::NoReturnRates
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::SecurityDefinition::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.
106847 106848 106849 106850 106851 106852 106853 106854 106855 106856 106857 106858 106859 106860 106861 106862 106863 106864 106865 106866 106867 106868 106869 106870 106871 106872 106873 106874 106875 106876 106877 106878 106879 106880 |
# File 'lib/quickfix50sp2.rb', line 106847 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 |