Class: Quickfix::UnderlyingNonCashDividendTreatment
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingNonCashDividendTreatment
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingNonCashDividendTreatment
constructor
A new instance of UnderlyingNonCashDividendTreatment.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingNonCashDividendTreatment
Returns a new instance of UnderlyingNonCashDividendTreatment.
71623 71624 71625 71626 71627 71628 71629 |
# File 'lib/quickfix_fields.rb', line 71623 def initialize(data = nil) if( data == nil ) super(42839) else super(42839, data) end end |