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

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

#initializeNoUnderlyingAmounts

Returns a new instance of NoUnderlyingAmounts.



14909
14910
14911
14912
14913
14914
14915
14916
14917
# File 'lib/quickfix50.rb', line 14909

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