Method: Quickfix50::AllocationInstruction::NoPosAmt#initialize

Defined in:
lib/quickfix50.rb

#initializeNoPosAmt

Returns a new instance of NoPosAmt.



3131
3132
3133
3134
3135
3136
3137
3138
# File 'lib/quickfix50.rb', line 3131

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