Class: Quickfix::UnderlyingDividendPeriodStartDateUnadjusted
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingDividendPeriodStartDateUnadjusted
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDividendPeriodStartDateUnadjusted
constructor
A new instance of UnderlyingDividendPeriodStartDateUnadjusted.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDividendPeriodStartDateUnadjusted
Returns a new instance of UnderlyingDividendPeriodStartDateUnadjusted.
71948 71949 71950 71951 71952 71953 71954 |
# File 'lib/quickfix_fields.rb', line 71948 def initialize(data = nil) if( data == nil ) super(42864) else super(42864, data) end end |
Class Method Details
.field ⇒ Object
71945 71946 71947 |
# File 'lib/quickfix_fields.rb', line 71945 def UnderlyingDividendPeriodStartDateUnadjusted.field return 42864 end |