Class: Quickfix44::PositionReport::NoPosAmt

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup

Constructor Details

#initializeNoPosAmt

Returns a new instance of NoPosAmt.



11424
11425
11426
11427
11428
11429
11430
# File 'lib/quickfix44.rb', line 11424

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