Class: Quickfix::LegDividendPeriodPaymentDateUnadjusted
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegDividendPeriodPaymentDateUnadjusted
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegDividendPeriodPaymentDateUnadjusted
constructor
A new instance of LegDividendPeriodPaymentDateUnadjusted.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegDividendPeriodPaymentDateUnadjusted
Returns a new instance of LegDividendPeriodPaymentDateUnadjusted.
65630 65631 65632 65633 65634 65635 65636 |
# File 'lib/quickfix_fields.rb', line 65630 def initialize(data = nil) if( data == nil ) super(42379) else super(42379, data) end end |
Class Method Details
.field ⇒ Object
65627 65628 65629 |
# File 'lib/quickfix_fields.rb', line 65627 def LegDividendPeriodPaymentDateUnadjusted.field return 42379 end |