Class: Quickfix::UnderlyingDividendPeriodPaymentDateAdjusted
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingDividendPeriodPaymentDateAdjusted
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDividendPeriodPaymentDateAdjusted
constructor
A new instance of UnderlyingDividendPeriodPaymentDateAdjusted.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDividendPeriodPaymentDateAdjusted
Returns a new instance of UnderlyingDividendPeriodPaymentDateAdjusted.
72156 72157 72158 72159 72160 72161 72162 |
# File 'lib/quickfix_fields.rb', line 72156 def initialize(data = nil) if( data == nil ) super(42880) else super(42880, data) end end |
Class Method Details
.field ⇒ Object
72153 72154 72155 |
# File 'lib/quickfix_fields.rb', line 72153 def UnderlyingDividendPeriodPaymentDateAdjusted.field return 42880 end |