Class: Quickfix::UnderlyingDividendAccruedInterest
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingDividendAccruedInterest
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDividendAccruedInterest
constructor
A new instance of UnderlyingDividendAccruedInterest.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDividendAccruedInterest
Returns a new instance of UnderlyingDividendAccruedInterest.
71883 71884 71885 71886 71887 71888 71889 |
# File 'lib/quickfix_fields.rb', line 71883 def initialize(data = nil) if( data == nil ) super(42859) else super(42859, data) end end |
Class Method Details
.field ⇒ Object
71880 71881 71882 |
# File 'lib/quickfix_fields.rb', line 71880 def .field return 42859 end |