Class: Quickfix::StreamLastRegularPeriodEndDateUnadjusted
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::StreamLastRegularPeriodEndDateUnadjusted
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ StreamLastRegularPeriodEndDateUnadjusted
constructor
A new instance of StreamLastRegularPeriodEndDateUnadjusted.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ StreamLastRegularPeriodEndDateUnadjusted
Returns a new instance of StreamLastRegularPeriodEndDateUnadjusted.
28359 28360 28361 28362 28363 28364 28365 |
# File 'lib/quickfix_fields.rb', line 28359 def initialize(data = nil) if( data == nil ) super(40081) else super(40081, data) end end |
Class Method Details
.field ⇒ Object
28356 28357 28358 |
# File 'lib/quickfix_fields.rb', line 28356 def StreamLastRegularPeriodEndDateUnadjusted.field return 40081 end |