Class: Quickfix50Sp2::AllocationReport::NoOrders
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::AllocationReport::NoOrders
- Defined in:
- lib/quickfix50sp2.rb
Defined Under Namespace
Classes: NoNested2PartyIDs
Instance Method Summary collapse
-
#initialize ⇒ NoOrders
constructor
A new instance of NoOrders.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoOrders
Returns a new instance of NoOrders.
262525 262526 262527 262528 262529 262530 262531 262532 262533 262534 262535 262536 262537 262538 262539 |
# File 'lib/quickfix50sp2.rb', line 262525 def initialize order = Quickfix::IntArray.new(11) order[0] = 11 order[1] = 37 order[2] = 198 order[3] = 526 order[4] = 66 order[5] = 756 order[6] = 38 order[7] = 799 order[8] = 800 order[9] = 40 order[10] = 0 super(73, 11, order) end |