Class: Quickfix::LegStreamLastRegularPeriodEndDateUnadjusted
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegStreamLastRegularPeriodEndDateUnadjusted
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegStreamLastRegularPeriodEndDateUnadjusted
constructor
A new instance of LegStreamLastRegularPeriodEndDateUnadjusted.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegStreamLastRegularPeriodEndDateUnadjusted
Returns a new instance of LegStreamLastRegularPeriodEndDateUnadjusted.
30842 30843 30844 30845 30846 30847 30848 |
# File 'lib/quickfix_fields.rb', line 30842 def initialize(data = nil) if( data == nil ) super(40273) else super(40273, data) end end |
Class Method Details
.field ⇒ Object
30839 30840 30841 |
# File 'lib/quickfix_fields.rb', line 30839 def LegStreamLastRegularPeriodEndDateUnadjusted.field return 40273 end |