Class: Quickfix50Sp2::PositionReport::NoCollateralAmounts
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::PositionReport::NoCollateralAmounts
- Defined in:
- lib/quickfix50sp2.rb
Defined Under Namespace
Classes: NoCollateralReinvestments
Instance Method Summary collapse
-
#initialize ⇒ NoCollateralAmounts
constructor
A new instance of NoCollateralAmounts.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoCollateralAmounts
Returns a new instance of NoCollateralAmounts.
249469 249470 249471 249472 249473 249474 249475 249476 249477 249478 249479 249480 249481 249482 249483 249484 249485 249486 249487 249488 249489 |
# File 'lib/quickfix50sp2.rb', line 249469 def initialize order = Quickfix::IntArray.new(17) order[0] = 1704 order[1] = 1705 order[2] = 2929 order[3] = 2632 order[4] = 2090 order[5] = 2091 order[6] = 1706 order[7] = 2092 order[8] = 2093 order[9] = 1902 order[10] = 2350 order[11] = 2690 order[12] = 2689 order[13] = 2840 order[14] = 2845 order[15] = 2841 order[16] = 0 super(1703, 1704, order) end |