Class: Quickfix44::AllocationInstructionAck::NoAllocs

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix44.rb

Instance Method Summary collapse

Constructor Details

#initializeNoAllocs

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