Class: Quickfix50::NewOrderSingle::NoAllocs
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix50::NewOrderSingle::NoAllocs
- Defined in:
- lib/quickfix50.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.
1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 |
# File 'lib/quickfix50.rb', line 1028 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 |