Class: Quickfix50Sp2::Confirmation::NoCommissions
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::Confirmation::NoCommissions
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoCommissions
constructor
A new instance of NoCommissions.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoCommissions
Returns a new instance of NoCommissions.
225013 225014 225015 225016 225017 225018 225019 225020 225021 225022 225023 225024 225025 225026 225027 225028 225029 225030 225031 225032 225033 |
# File 'lib/quickfix50sp2.rb', line 225013 def initialize order = Quickfix::IntArray.new(17) order[0] = 2640 order[1] = 2641 order[2] = 2725 order[3] = 2642 order[4] = 2643 order[5] = 2923 order[6] = 2644 order[7] = 2645 order[8] = 2924 order[9] = 2646 order[10] = 2647 order[11] = 2648 order[12] = 2649 order[13] = 2650 order[14] = 2651 order[15] = 2652 order[16] = 0 super(2639, 2640, order) end |