Class: Quickfix::UnderlyingDividendPeriodPaymentDateRelativeTo
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingDividendPeriodPaymentDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDividendPeriodPaymentDateRelativeTo
constructor
A new instance of UnderlyingDividendPeriodPaymentDateRelativeTo.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDividendPeriodPaymentDateRelativeTo
Returns a new instance of UnderlyingDividendPeriodPaymentDateRelativeTo.
72104 72105 72106 72107 72108 72109 72110 |
# File 'lib/quickfix_fields.rb', line 72104 def initialize(data = nil) if( data == nil ) super(42876) else super(42876, data) end end |