Class: Quickfix::LegDividendCapRateBuySide
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegDividendCapRateBuySide
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegDividendCapRateBuySide
constructor
A new instance of LegDividendCapRateBuySide.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegDividendCapRateBuySide
Returns a new instance of LegDividendCapRateBuySide.
64863 64864 64865 64866 64867 64868 64869 |
# File 'lib/quickfix_fields.rb', line 64863 def initialize(data = nil) if( data == nil ) super(42320) else super(42320, data) end end |
Class Method Details
.field ⇒ Object
64860 64861 64862 |
# File 'lib/quickfix_fields.rb', line 64860 def LegDividendCapRateBuySide.field return 42320 end |