Class: Quickfix::DividendCapRateBuySide
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::DividendCapRateBuySide
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DividendCapRateBuySide
constructor
A new instance of DividendCapRateBuySide.
Constructor Details
#initialize(data = nil) ⇒ DividendCapRateBuySide
Returns a new instance of DividendCapRateBuySide.
63498 63499 63500 63501 63502 63503 63504 |
# File 'lib/quickfix_fields.rb', line 63498 def initialize(data = nil) if( data == nil ) super(42226) else super(42226, data) end end |