Class: Quickfix::UnderlyingDividendAccruedInterest
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::UnderlyingDividendAccruedInterest
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDividendAccruedInterest
constructor
A new instance of UnderlyingDividendAccruedInterest.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDividendAccruedInterest
Returns a new instance of UnderlyingDividendAccruedInterest.
71883 71884 71885 71886 71887 71888 71889 |
# File 'lib/quickfix_fields.rb', line 71883 def initialize(data = nil) if( data == nil ) super(42859) else super(42859, data) end end |