Class: Quickfix50::PositionMaintenanceRequest::NoPosAmt

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

Instance Method Summary collapse

Constructor Details

#initializeNoPosAmt

Returns a new instance of NoPosAmt.



9349
9350
9351
9352
9353
9354
9355
9356
# File 'lib/quickfix50.rb', line 9349

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