Class: Quickfix44::AssignmentReport::NoPositions
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix44::AssignmentReport::NoPositions
- Defined in:
- lib/quickfix44.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
Returns a new instance of NoPositions.
12411 12412 12413 12414 12415 12416 12417 12418 12419 12420 |
# File 'lib/quickfix44.rb', line 12411 def initialize order = Quickfix::IntArray.new(6) order[0] = 703 order[1] = 704 order[2] = 705 order[3] = 706 order[4] = 539 order[5] = 0 super(702, 703, order) end |