Class: Quickfix50Sp2::AllocationInstructionAlert::NoLegs::NoLegStreams::NoLegReturnRates::NoLegReturnRateDates
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::AllocationInstructionAlert::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.
327687 327688 327689 327690 327691 327692 327693 327694 327695 327696 327697 327698 327699 327700 327701 327702 327703 327704 327705 327706 327707 327708 327709 327710 327711 327712 327713 327714 |
# File 'lib/quickfix50sp2.rb', line 327687 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 |