Class: Quickfix::LegDividendPeriodValuationDateUnadjusted
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegDividendPeriodValuationDateUnadjusted
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegDividendPeriodValuationDateUnadjusted
constructor
A new instance of LegDividendPeriodValuationDateUnadjusted.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegDividendPeriodValuationDateUnadjusted
Returns a new instance of LegDividendPeriodValuationDateUnadjusted.
65552 65553 65554 65555 65556 65557 65558 |
# File 'lib/quickfix_fields.rb', line 65552 def initialize(data = nil) if( data == nil ) super(42373) else super(42373, data) end end |
Class Method Details
.field ⇒ Object
65549 65550 65551 |
# File 'lib/quickfix_fields.rb', line 65549 def LegDividendPeriodValuationDateUnadjusted.field return 42373 end |