Class: Quickfix44::AllocationInstructionAck::NoAllocs
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix44::AllocationInstructionAck::NoAllocs
- Defined in:
- lib/quickfix44.rb
Instance Method Summary collapse
-
#initialize ⇒ NoAllocs
constructor
A new instance of NoAllocs.
Constructor Details
#initialize ⇒ NoAllocs
Returns a new instance of NoAllocs.
1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 |
# File 'lib/quickfix44.rb', line 1990 def initialize order = Quickfix::IntArray.new(9) order[0] = 79 order[1] = 661 order[2] = 366 order[3] = 467 order[4] = 776 order[5] = 161 order[6] = 360 order[7] = 361 order[8] = 0 super(78, 79, order) end |