Class: Quickfix::LegDividendNegativeRateTreatment
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegDividendNegativeRateTreatment
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegDividendNegativeRateTreatment
constructor
A new instance of LegDividendNegativeRateTreatment.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegDividendNegativeRateTreatment
Returns a new instance of LegDividendNegativeRateTreatment.
64980 64981 64982 64983 64984 64985 64986 |
# File 'lib/quickfix_fields.rb', line 64980 def initialize(data = nil) if( data == nil ) super(42329) else super(42329, data) end end |
Class Method Details
.field ⇒ Object
64977 64978 64979 |
# File 'lib/quickfix_fields.rb', line 64977 def LegDividendNegativeRateTreatment.field return 42329 end |