Class: Quickfix43::NewOrderSingle::NoAllocs
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix43::NewOrderSingle::NoAllocs
- Defined in:
- lib/quickfix43.rb
Defined Under Namespace
Classes: NoNestedPartyIDs
Instance Method Summary collapse
-
#initialize ⇒ NoAllocs
constructor
A new instance of NoAllocs.
Constructor Details
#initialize ⇒ NoAllocs
Returns a new instance of NoAllocs.
462 463 464 465 466 467 468 469 470 |
# File 'lib/quickfix43.rb', line 462 def initialize order = Quickfix::IntArray.new(5) order[0] = 79 order[1] = 467 order[2] = 539 order[3] = 80 order[4] = 0 super(78, 79, order) end |