Class: Quickfix50Sp2::AssignmentReport::NoPosAmt
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::AssignmentReport::NoPosAmt
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoPosAmt
constructor
A new instance of NoPosAmt.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoPosAmt
Returns a new instance of NoPosAmt.
275053 275054 275055 275056 275057 275058 275059 275060 275061 275062 275063 275064 275065 275066 275067 275068 275069 |
# File 'lib/quickfix50sp2.rb', line 275053 def initialize order = Quickfix::IntArray.new(13) order[0] = 707 order[1] = 708 order[2] = 2096 order[3] = 1055 order[4] = 2937 order[5] = 2097 order[6] = 2098 order[7] = 1585 order[8] = 2099 order[9] = 2100 order[10] = 2876 order[11] = 2877 order[12] = 0 super(753, 707, order) end |