Class: Quickfix::UnderlyingDividendCapRate
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingDividendCapRate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDividendCapRate
constructor
A new instance of UnderlyingDividendCapRate.
Methods inherited from DoubleField
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
.field ⇒ Object
71217 71218 71219 |
# File 'lib/quickfix_fields.rb', line 71217 def UnderlyingDividendCapRate.field return 42808 end |