Class: Quickfix::UnderlyingDividendPeriodValuationDateAdjusted
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingDividendPeriodValuationDateAdjusted
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDividendPeriodValuationDateAdjusted
constructor
A new instance of UnderlyingDividendPeriodValuationDateAdjusted.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDividendPeriodValuationDateAdjusted
Returns a new instance of UnderlyingDividendPeriodValuationDateAdjusted.
72078 72079 72080 72081 72082 72083 72084 |
# File 'lib/quickfix_fields.rb', line 72078 def initialize(data = nil) if( data == nil ) super(42874) else super(42874, data) end end |
Class Method Details
.field ⇒ Object
72075 72076 72077 |
# File 'lib/quickfix_fields.rb', line 72075 def .field return 42874 end |