Class: Quickfix44::NewOrderCross::NoSides::NoAllocs
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix44::NewOrderCross::NoSides::NoAllocs
- Defined in:
- lib/quickfix44.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.
4829 4830 4831 4832 4833 4834 4835 4836 4837 4838 4839 |
# File 'lib/quickfix44.rb', line 4829 def initialize order = Quickfix::IntArray.new(7) order[0] = 79 order[1] = 661 order[2] = 736 order[3] = 467 order[4] = 539 order[5] = 80 order[6] = 0 super(78, 79, order) end |