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