Class: Quickfix50Sp1::PositionReport::NoUnderlyings::NoUnderlyingAmounts

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoUnderlyingAmounts

Returns a new instance of NoUnderlyingAmounts.



16549
16550
16551
16552
16553
16554
16555
16556
16557
# File 'lib/quickfix50sp1.rb', line 16549

def initialize
	order = Quickfix::IntArray.new(5)
	order[0] = 985
	order[1] = 986
	order[2] = 987
	order[3] = 988
	order[4] = 0
	super(984, 985, order)
end