Class: Quickfix50Sp2::PartyRiskLimitCheckRequestAck::NoLegs::NoLegStreams::NoLegReturnRates::NoLegReturnRateDates
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::PartyRiskLimitCheckRequestAck::NoLegs::NoLegStreams::NoLegReturnRates::NoLegReturnRateDates
- Defined in:
- lib/quickfix50sp2.rb
Defined Under Namespace
Classes: NoLegReturnRateValuationDateBusinessCenters, NoLegReturnRateValuationDates
Instance Method Summary collapse
-
#initialize ⇒ NoLegReturnRateDates
constructor
A new instance of NoLegReturnRateDates.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoLegReturnRateDates
Returns a new instance of NoLegReturnRateDates.
378819 378820 378821 378822 378823 378824 378825 378826 378827 378828 378829 378830 378831 378832 378833 378834 378835 378836 378837 378838 378839 378840 378841 378842 378843 378844 378845 378846 |
# File 'lib/quickfix50sp2.rb', line 378819 def initialize order = Quickfix::IntArray.new(24) order[0] = 42509 order[1] = 42571 order[2] = 42510 order[3] = 42511 order[4] = 42512 order[5] = 42513 order[6] = 42514 order[7] = 42515 order[8] = 42516 order[9] = 42517 order[10] = 42518 order[11] = 42519 order[12] = 42520 order[13] = 42521 order[14] = 42522 order[15] = 42523 order[16] = 42524 order[17] = 42525 order[18] = 42526 order[19] = 42527 order[20] = 42528 order[21] = 42529 order[22] = 42569 order[23] = 0 super(42508, 42509, order) end |