Class: Quickfix::LegDividendCapRateSellSide
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegDividendCapRateSellSide
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegDividendCapRateSellSide
constructor
A new instance of LegDividendCapRateSellSide.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegDividendCapRateSellSide
Returns a new instance of LegDividendCapRateSellSide.
64876 64877 64878 64879 64880 64881 64882 |
# File 'lib/quickfix_fields.rb', line 64876 def initialize(data = nil) if( data == nil ) super(42321) else super(42321, data) end end |
Class Method Details
.field ⇒ Object
64873 64874 64875 |
# File 'lib/quickfix_fields.rb', line 64873 def LegDividendCapRateSellSide.field return 42321 end |