Class: Quickfix::FIXEngineVersion
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::FIXEngineVersion
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ FIXEngineVersion
constructor
A new instance of FIXEngineVersion.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ FIXEngineVersion
21976 21977 21978 21979 21980 21981 21982 |
# File 'lib/quickfix_fields.rb', line 21976 def initialize(data = nil) if( data == nil ) super(1601) else super(1601, data) end end |
Class Method Details
.field ⇒ Object
21973 21974 21975 |
# File 'lib/quickfix_fields.rb', line 21973 def FIXEngineVersion.field return 1601 end |