Class: Quickfix50::PositionReport::NoUnderlyings::NoUnderlyingAmounts

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

Instance Method Summary collapse

Constructor Details

#initializeNoUnderlyingAmounts

Returns a new instance of NoUnderlyingAmounts.



10010
10011
10012
10013
10014
10015
10016
10017
10018
# File 'lib/quickfix50.rb', line 10010

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