Class: Quickfix::UnderlyingDividendPaymentDate
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingDividendPaymentDate
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDividendPaymentDate
constructor
A new instance of UnderlyingDividendPaymentDate.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDividendPaymentDate
Returns a new instance of UnderlyingDividendPaymentDate.
71844 71845 71846 71847 71848 71849 71850 |
# File 'lib/quickfix_fields.rb', line 71844 def initialize(data = nil) if( data == nil ) super(42856) else super(42856, data) end end |