Class: Quickfix50::AssignmentReport::NoPosAmt

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix50.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.



16529
16530
16531
16532
16533
16534
16535
16536
# File 'lib/quickfix50.rb', line 16529

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