Class: Quickfix50Sp1::PositionMaintenanceRequest::NoPosAmt

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

Instance Method Summary collapse

Constructor Details

#initializeNoPosAmt

Returns a new instance of NoPosAmt.



10476
10477
10478
10479
10480
10481
10482
10483
# File 'lib/quickfix50sp1.rb', line 10476

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