Class: Quickfix50Sp2::AllocationInstructionAlert::NoLegs::NoLegCashSettlTerms
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::AllocationInstructionAlert::NoLegs::NoLegCashSettlTerms
- Defined in:
- lib/quickfix50sp2.rb
Defined Under Namespace
Classes: NoLegCashSettlDateBusinessCenters, NoLegCashSettlDealers
Instance Method Summary collapse
-
#initialize ⇒ NoLegCashSettlTerms
constructor
A new instance of NoLegCashSettlTerms.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoLegCashSettlTerms
Returns a new instance of NoLegCashSettlTerms.
328310 328311 328312 328313 328314 328315 328316 328317 328318 328319 328320 328321 328322 328323 328324 328325 328326 328327 328328 328329 328330 328331 328332 328333 328334 328335 328336 328337 328338 328339 328340 328341 328342 |
# File 'lib/quickfix50sp2.rb', line 328310 def initialize order = Quickfix::IntArray.new(29) order[0] = 41345 order[1] = 41346 order[2] = 41347 order[3] = 41348 order[4] = 41349 order[5] = 41350 order[6] = 41351 order[7] = 41352 order[8] = 41353 order[9] = 41354 order[10] = 41355 order[11] = 41342 order[12] = 42308 order[13] = 42309 order[14] = 41356 order[15] = 41357 order[16] = 42299 order[17] = 42300 order[18] = 42301 order[19] = 42302 order[20] = 42303 order[21] = 42304 order[22] = 42305 order[23] = 41358 order[24] = 41359 order[25] = 41360 order[26] = 41361 order[27] = 41362 order[28] = 0 super(41344, 41345, order) end |