Class: Quickfix::LegDividendAccrualPaymentDateAdjusted
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegDividendAccrualPaymentDateAdjusted
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegDividendAccrualPaymentDateAdjusted
constructor
A new instance of LegDividendAccrualPaymentDateAdjusted.
Constructor Details
#initialize(data = nil) ⇒ LegDividendAccrualPaymentDateAdjusted
Returns a new instance of LegDividendAccrualPaymentDateAdjusted.
65071 65072 65073 65074 65075 65076 65077 |
# File 'lib/quickfix_fields.rb', line 65071 def initialize(data = nil) if( data == nil ) super(42336) else super(42336, data) end end |