Class: Quickfix50Sp2::Confirmation::NoCapacities

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

Instance Method Summary collapse

Constructor Details

#initializeNoCapacities

Returns a new instance of NoCapacities.



11007
11008
11009
11010
11011
11012
11013
11014
# File 'lib/quickfix50sp2.rb', line 11007

def initialize
  order = Quickfix::IntArray.new(4)
  order[0] = 528
  order[1] = 529
  order[2] = 863
  order[3] = 0
  super(862, 528, order)
end