Class: Quickfix50Sp2::AccountSummaryReport::NoPayCollects
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::AccountSummaryReport::NoPayCollects
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoPayCollects
constructor
A new instance of NoPayCollects.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoPayCollects
Returns a new instance of NoPayCollects.
362935 362936 362937 362938 362939 362940 362941 362942 362943 362944 362945 362946 362947 362948 |
# File 'lib/quickfix50sp2.rb', line 362935 def initialize order = Quickfix::IntArray.new(10) order[0] = 1708 order[1] = 1709 order[2] = 2955 order[3] = 2094 order[4] = 2095 order[5] = 1710 order[6] = 1711 order[7] = 1712 order[8] = 1713 order[9] = 0 super(1707, 1708, order) end |