Class: Quickfix::UnderlyingDividendCashPercentage
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingDividendCashPercentage
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDividendCashPercentage
constructor
A new instance of UnderlyingDividendCashPercentage.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDividendCashPercentage
Returns a new instance of UnderlyingDividendCashPercentage.
71597 71598 71599 71600 71601 71602 71603 |
# File 'lib/quickfix_fields.rb', line 71597 def initialize(data = nil) if( data == nil ) super(42837) else super(42837, data) end end |
Class Method Details
.field ⇒ Object
71594 71595 71596 |
# File 'lib/quickfix_fields.rb', line 71594 def .field return 42837 end |