Class: Quickfix50Sp2::SecurityStatus::NoClearingPriceParameters
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::SecurityStatus::NoClearingPriceParameters
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoClearingPriceParameters
constructor
A new instance of NoClearingPriceParameters.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoClearingPriceParameters
Returns a new instance of NoClearingPriceParameters.
121877 121878 121879 121880 121881 121882 121883 121884 121885 121886 121887 121888 121889 121890 121891 121892 121893 121894 121895 121896 121897 |
# File 'lib/quickfix50sp2.rb', line 121877 def initialize order = Quickfix::IntArray.new(17) order[0] = 2581 order[1] = 2582 order[2] = 2583 order[3] = 2584 order[4] = 2585 order[5] = 2586 order[6] = 2588 order[7] = 2587 order[8] = 2589 order[9] = 1190 order[10] = 2590 order[11] = 2591 order[12] = 1592 order[13] = 1188 order[14] = 2528 order[15] = 2592 order[16] = 0 super(2580, 2581, order) end |