Class: Quickfix::UnderlyingDividendNegativeRateTreatment
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingDividendNegativeRateTreatment
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDividendNegativeRateTreatment
constructor
A new instance of UnderlyingDividendNegativeRateTreatment.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDividendNegativeRateTreatment
Returns a new instance of UnderlyingDividendNegativeRateTreatment.
71350 71351 71352 71353 71354 71355 71356 |
# File 'lib/quickfix_fields.rb', line 71350 def initialize(data = nil) if( data == nil ) super(42818) else super(42818, data) end end |
Class Method Details
.field ⇒ Object
71347 71348 71349 |
# File 'lib/quickfix_fields.rb', line 71347 def .field return 42818 end |