Class: Quickfix50Sp2::SecurityDefinitionRequest::NoStreams::NoReturnRates
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::SecurityDefinitionRequest::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.
101630 101631 101632 101633 101634 101635 101636 101637 101638 101639 101640 101641 101642 101643 101644 101645 101646 101647 101648 101649 101650 101651 101652 101653 101654 101655 101656 101657 101658 101659 101660 101661 101662 101663 |
# File 'lib/quickfix50sp2.rb', line 101630 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 |