Class: Quickfix44::Confirmation::NoCapacities

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

Instance Method Summary collapse

Constructor Details

#initializeNoCapacities

Returns a new instance of NoCapacities.



7912
7913
7914
7915
7916
7917
7918
7919
# File 'lib/quickfix44.rb', line 7912

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