Class: Quickfix50Sp2::AssignmentReport::NoPositions
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::AssignmentReport::NoPositions
- Defined in:
- lib/quickfix50sp2.rb
Defined Under Namespace
Classes: NoNestedPartyIDs
Instance Method Summary collapse
-
#initialize ⇒ NoPositions
constructor
A new instance of NoPositions.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoPositions
275012 275013 275014 275015 275016 275017 275018 275019 275020 275021 275022 275023 275024 275025 275026 |
# File 'lib/quickfix50sp2.rb', line 275012 def initialize order = Quickfix::IntArray.new(11) order[0] = 703 order[1] = 704 order[2] = 705 order[3] = 1654 order[4] = 706 order[5] = 976 order[6] = 1836 order[7] = 1835 order[8] = 2936 order[9] = 539 order[10] = 0 super(702, 703, order) end |