Class: Quickfix50Sp2::Confirmation::NoLegs::NoLegStreams::NoLegReturnRates::NoLegReturnRateDates
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::Confirmation::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.
224218 224219 224220 224221 224222 224223 224224 224225 224226 224227 224228 224229 224230 224231 224232 224233 224234 224235 224236 224237 224238 224239 224240 224241 224242 224243 224244 224245 |
# File 'lib/quickfix50sp2.rb', line 224218 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 |