Method: Quickfix50Sp2::PositionMaintenanceRequest::NoPosAmt#initialize

Defined in:
lib/quickfix50sp2.rb

#initializeNoPosAmt

Returns a new instance of NoPosAmt.



17934
17935
17936
17937
17938
17939
17940
17941
# File 'lib/quickfix50sp2.rb', line 17934

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