Class: Quickfix::LegDividendCapRateSellSide
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegDividendCapRateSellSide
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegDividendCapRateSellSide
constructor
A new instance of LegDividendCapRateSellSide.
Constructor Details
#initialize(data = nil) ⇒ LegDividendCapRateSellSide
Returns a new instance of LegDividendCapRateSellSide.
64876 64877 64878 64879 64880 64881 64882 |
# File 'lib/quickfix_fields.rb', line 64876 def initialize(data = nil) if( data == nil ) super(42321) else super(42321, data) end end |