Class: Quickfix::UnderlyingDividendCompoundingMethod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingDividendCompoundingMethod

Returns a new instance of UnderlyingDividendCompoundingMethod.



71571
71572
71573
71574
71575
71576
71577
# File 'lib/quickfix_fields.rb', line 71571

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