Class: Quickfix::LegDividendAccrualPaymentDateUnadjusted
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegDividendAccrualPaymentDateUnadjusted
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegDividendAccrualPaymentDateUnadjusted
constructor
A new instance of LegDividendAccrualPaymentDateUnadjusted.
Constructor Details
#initialize(data = nil) ⇒ LegDividendAccrualPaymentDateUnadjusted
Returns a new instance of LegDividendAccrualPaymentDateUnadjusted.
65045 65046 65047 65048 65049 65050 65051 |
# File 'lib/quickfix_fields.rb', line 65045 def initialize(data = nil) if( data == nil ) super(42334) else super(42334, data) end end |