Class: Quickfix::UnderlyingDividendPaymentDate
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingDividendPaymentDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDividendPaymentDate
constructor
A new instance of UnderlyingDividendPaymentDate.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ 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 |
Class Method Details
.field ⇒ Object
71841 71842 71843 |
# File 'lib/quickfix_fields.rb', line 71841 def .field return 42856 end |