Class: Quickfix44::AssignmentReport::NoPosAmt

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

Instance Method Summary collapse

Constructor Details

#initializeNoPosAmt

Returns a new instance of NoPosAmt.



9538
9539
9540
9541
9542
9543
9544
# File 'lib/quickfix44.rb', line 9538

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 707
	order[1] = 708
	order[2] = 0
	super(753, 707, order)
end