Class: Quickfix50Sp2::SecurityDefinitionUpdateReport::NoLegs::NoLegStreams::NoLegReturnRates
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::SecurityDefinitionUpdateReport::NoLegs::NoLegStreams::NoLegReturnRates
- Defined in:
- lib/quickfix50sp2.rb
Defined Under Namespace
Classes: NoLegReturnRateDates, NoLegReturnRateFXConversions, NoLegReturnRateInformationSources, NoLegReturnRatePrices
Instance Method Summary collapse
-
#initialize ⇒ NoLegReturnRates
constructor
A new instance of NoLegReturnRates.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoLegReturnRates
Returns a new instance of NoLegReturnRates.
314706 314707 314708 314709 314710 314711 314712 314713 314714 314715 314716 314717 314718 314719 314720 314721 314722 314723 314724 314725 314726 314727 314728 314729 314730 314731 314732 314733 314734 314735 314736 314737 314738 314739 |
# File 'lib/quickfix50sp2.rb', line 314706 def initialize order = Quickfix::IntArray.new(30) order[0] = 42535 order[1] = 42536 order[2] = 42537 order[3] = 42538 order[4] = 42539 order[5] = 42540 order[6] = 42564 order[7] = 42530 order[8] = 42541 order[9] = 42542 order[10] = 42543 order[11] = 42544 order[12] = 42545 order[13] = 42546 order[14] = 42547 order[15] = 42548 order[16] = 42549 order[17] = 42550 order[18] = 42551 order[19] = 42552 order[20] = 42560 order[21] = 42553 order[22] = 42554 order[23] = 42508 order[24] = 42555 order[25] = 42556 order[26] = 42557 order[27] = 42558 order[28] = 42559 order[29] = 0 super(42534, 42535, order) end |