Class: Quickfix::UnderlyingDividendPeriodValuationDateUnadjusted
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingDividendPeriodValuationDateUnadjusted
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDividendPeriodValuationDateUnadjusted
constructor
A new instance of UnderlyingDividendPeriodValuationDateUnadjusted.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDividendPeriodValuationDateUnadjusted
Returns a new instance of UnderlyingDividendPeriodValuationDateUnadjusted.
72013 72014 72015 72016 72017 72018 72019 |
# File 'lib/quickfix_fields.rb', line 72013 def initialize(data = nil) if( data == nil ) super(42869) else super(42869, data) end end |
Class Method Details
.field ⇒ Object
72010 72011 72012 |
# File 'lib/quickfix_fields.rb', line 72010 def .field return 42869 end |