Class: Quickfix::UnderlyingDividendInitialRate
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingDividendInitialRate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDividendInitialRate
constructor
A new instance of UnderlyingDividendInitialRate.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDividendInitialRate
Returns a new instance of UnderlyingDividendInitialRate.
71298 71299 71300 71301 71302 71303 71304 |
# File 'lib/quickfix_fields.rb', line 71298 def initialize(data = nil) if( data == nil ) super(42814) else super(42814, data) end end |
Class Method Details
.field ⇒ Object
71295 71296 71297 |
# File 'lib/quickfix_fields.rb', line 71295 def UnderlyingDividendInitialRate.field return 42814 end |