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