Class: Quickfix::LegDividendAveragingMethod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegDividendAveragingMethod

Returns a new instance of LegDividendAveragingMethod.



64967
64968
64969
64970
64971
64972
64973
# File 'lib/quickfix_fields.rb', line 64967

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