Class: Quickfix::UnderlyingDividendCapRateBuySide
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingDividendCapRateBuySide
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDividendCapRateBuySide
constructor
A new instance of UnderlyingDividendCapRateBuySide.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDividendCapRateBuySide
Returns a new instance of UnderlyingDividendCapRateBuySide.
71233 71234 71235 71236 71237 71238 71239 |
# File 'lib/quickfix_fields.rb', line 71233 def initialize(data = nil) if( data == nil ) super(42809) else super(42809, data) end end |