Class: Quickfix::UnderlyingDividendNegativeRateTreatment
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingDividendNegativeRateTreatment
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDividendNegativeRateTreatment
constructor
A new instance of UnderlyingDividendNegativeRateTreatment.
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 |