Class: Quickfix50Sp2::AllocationInstructionAlert::NoPosAmt

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

Instance Method Summary collapse

Constructor Details

#initializeNoPosAmt

Returns a new instance of NoPosAmt.



15803
15804
15805
15806
15807
15808
15809
15810
# File 'lib/quickfix50sp2.rb', line 15803

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