Class: Quickfix::BasisFeatureDate
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::BasisFeatureDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ BasisFeatureDate
constructor
A new instance of BasisFeatureDate.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ BasisFeatureDate
Returns a new instance of BasisFeatureDate.
6168 6169 6170 6171 6172 6173 6174 |
# File 'lib/quickfix_fields.rb', line 6168 def initialize(data = nil) if( data == nil ) super(259) else super(259, data) end end |
Class Method Details
.field ⇒ Object
6165 6166 6167 |
# File 'lib/quickfix_fields.rb', line 6165 def BasisFeatureDate.field return 259 end |