Class: Quickfix::LegDividendCapRate
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::LegDividendCapRate
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegDividendCapRate
constructor
A new instance of LegDividendCapRate.
Constructor Details
#initialize(data = nil) ⇒ LegDividendCapRate
Returns a new instance of LegDividendCapRate.
64850 64851 64852 64853 64854 64855 64856 |
# File 'lib/quickfix_fields.rb', line 64850 def initialize(data = nil) if( data == nil ) super(42319) else super(42319, data) end end |