Class: Quickfix50Sp2::TradingSessionStatus::NoStreams::NoReturnRates
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::TradingSessionStatus::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.
122696 122697 122698 122699 122700 122701 122702 122703 122704 122705 122706 122707 122708 122709 122710 122711 122712 122713 122714 122715 122716 122717 122718 122719 122720 122721 122722 122723 122724 122725 122726 122727 122728 122729 |
# File 'lib/quickfix50sp2.rb', line 122696 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 |