Class: Quickfix50Sp2::AllocationInstruction::NoStreams::NoReturnRates
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::AllocationInstruction::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.
45812 45813 45814 45815 45816 45817 45818 45819 45820 45821 45822 45823 45824 45825 45826 45827 45828 45829 45830 45831 45832 45833 45834 45835 45836 45837 45838 45839 45840 45841 45842 45843 45844 45845 |
# File 'lib/quickfix50sp2.rb', line 45812 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 |