Class: Quickfix::UnderlyingDividendAccrualFixedRate

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingDividendAccrualFixedRate

Returns a new instance of UnderlyingDividendAccrualFixedRate.



71558
71559
71560
71561
71562
71563
71564
# File 'lib/quickfix_fields.rb', line 71558

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

Class Method Details

.fieldObject



71555
71556
71557
# File 'lib/quickfix_fields.rb', line 71555

def UnderlyingDividendAccrualFixedRate.field
	return 42834
end