Class: Quickfix::UnderlyingDividendPeriodPaymentDateUnadjusted
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingDividendPeriodPaymentDateUnadjusted
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDividendPeriodPaymentDateUnadjusted
constructor
A new instance of UnderlyingDividendPeriodPaymentDateUnadjusted.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDividendPeriodPaymentDateUnadjusted
Returns a new instance of UnderlyingDividendPeriodPaymentDateUnadjusted.
72091 72092 72093 72094 72095 72096 72097 |
# File 'lib/quickfix_fields.rb', line 72091 def initialize(data = nil) if( data == nil ) super(42875) else super(42875, data) end end |