Class: Quickfix50Sp2::AllocationInstruction::NoLegs::NoLegStreams::NoLegReturnRates::NoLegReturnRateDates
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::AllocationInstruction::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.
49472 49473 49474 49475 49476 49477 49478 49479 49480 49481 49482 49483 49484 49485 49486 49487 49488 49489 49490 49491 49492 49493 49494 49495 49496 49497 49498 49499 |
# File 'lib/quickfix50sp2.rb', line 49472 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 |