Class: Quickfix::UnderlyingDividendAccrualPaymentDateRelativeTo
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingDividendAccrualPaymentDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDividendAccrualPaymentDateRelativeTo
constructor
A new instance of UnderlyingDividendAccrualPaymentDateRelativeTo.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDividendAccrualPaymentDateRelativeTo
Returns a new instance of UnderlyingDividendAccrualPaymentDateRelativeTo.
71363 71364 71365 71366 71367 71368 71369 |
# File 'lib/quickfix_fields.rb', line 71363 def initialize(data = nil) if( data == nil ) super(42819) else super(42819, data) end end |