Class: Quickfix::UnderlyingStreamLastRegularPeriodEndDateUnadjusted
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingStreamLastRegularPeriodEndDateUnadjusted
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingStreamLastRegularPeriodEndDateUnadjusted
constructor
A new instance of UnderlyingStreamLastRegularPeriodEndDateUnadjusted.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingStreamLastRegularPeriodEndDateUnadjusted
Returns a new instance of UnderlyingStreamLastRegularPeriodEndDateUnadjusted.
34625 34626 34627 34628 34629 34630 34631 |
# File 'lib/quickfix_fields.rb', line 34625 def initialize(data = nil) if( data == nil ) super(40564) else super(40564, data) end end |
Class Method Details
.field ⇒ Object
34622 34623 34624 |
# File 'lib/quickfix_fields.rb', line 34622 def .field return 40564 end |