Class: Quickfix::UnderlyingDividendPeriodBusinessDayConvention
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingDividendPeriodBusinessDayConvention
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDividendPeriodBusinessDayConvention
constructor
A new instance of UnderlyingDividendPeriodBusinessDayConvention.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDividendPeriodBusinessDayConvention
Returns a new instance of UnderlyingDividendPeriodBusinessDayConvention.
72000 72001 72002 72003 72004 72005 72006 |
# File 'lib/quickfix_fields.rb', line 72000 def initialize(data = nil) if( data == nil ) super(42868) else super(42868, data) end end |