Class: Quickfix::DividendCapRateSellSide
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::DividendCapRateSellSide
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DividendCapRateSellSide
constructor
A new instance of DividendCapRateSellSide.
Constructor Details
#initialize(data = nil) ⇒ DividendCapRateSellSide
Returns a new instance of DividendCapRateSellSide.
63511 63512 63513 63514 63515 63516 63517 |
# File 'lib/quickfix_fields.rb', line 63511 def initialize(data = nil) if( data == nil ) super(42227) else super(42227, data) end end |