Class: Quickfix::UnderlyingDividendCapRateSellSide
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingDividendCapRateSellSide
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDividendCapRateSellSide
constructor
A new instance of UnderlyingDividendCapRateSellSide.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDividendCapRateSellSide
Returns a new instance of UnderlyingDividendCapRateSellSide.
71246 71247 71248 71249 71250 71251 71252 |
# File 'lib/quickfix_fields.rb', line 71246 def initialize(data = nil) if( data == nil ) super(42810) else super(42810, data) end end |
Class Method Details
.field ⇒ Object
71243 71244 71245 |
# File 'lib/quickfix_fields.rb', line 71243 def .field return 42810 end |