Class: Quickfix::UnderlyingDividendCapRate

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) ⇒ UnderlyingDividendCapRate

Returns a new instance of UnderlyingDividendCapRate.



71220
71221
71222
71223
71224
71225
71226
# File 'lib/quickfix_fields.rb', line 71220

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

Class Method Details

.fieldObject



71217
71218
71219
# File 'lib/quickfix_fields.rb', line 71217

def UnderlyingDividendCapRate.field
	return 42808
end