Class: Quickfix::UnderlyingDividendPeriodValuationDateRelativeTo
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingDividendPeriodValuationDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDividendPeriodValuationDateRelativeTo
constructor
A new instance of UnderlyingDividendPeriodValuationDateRelativeTo.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDividendPeriodValuationDateRelativeTo
Returns a new instance of UnderlyingDividendPeriodValuationDateRelativeTo.
72026 72027 72028 72029 72030 72031 72032 |
# File 'lib/quickfix_fields.rb', line 72026 def initialize(data = nil) if( data == nil ) super(42870) else super(42870, data) end end |