Class: Quickfix::UnderlyingDividendAveragingMethod

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingDividendAveragingMethod

Returns a new instance of UnderlyingDividendAveragingMethod.



71337
71338
71339
71340
71341
71342
71343
# File 'lib/quickfix_fields.rb', line 71337

def initialize(data = nil)
	if( data == nil )
		super(42817)
	else
		super(42817, data)
	end
end