Class: Quickfix::UnderlyingDividendCapRateBuySide
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingDividendCapRateBuySide
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDividendCapRateBuySide
constructor
A new instance of UnderlyingDividendCapRateBuySide.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDividendCapRateBuySide
Returns a new instance of UnderlyingDividendCapRateBuySide.
71233 71234 71235 71236 71237 71238 71239 |
# File 'lib/quickfix_fields.rb', line 71233 def initialize(data = nil) if( data == nil ) super(42809) else super(42809, data) end end |
Class Method Details
.field ⇒ Object
71230 71231 71232 |
# File 'lib/quickfix_fields.rb', line 71230 def .field return 42809 end |