Class: Quickfix44::NewOrderSingle::NoAllocs
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix44::NewOrderSingle::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.
942 943 944 945 946 947 948 949 950 951 952 |
# File 'lib/quickfix44.rb', line 942 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 |