Class: Quickfix::FIXEngineName
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::FIXEngineName
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ FIXEngineName
constructor
A new instance of FIXEngineName.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ FIXEngineName
Returns a new instance of FIXEngineName.
21963 21964 21965 21966 21967 21968 21969 |
# File 'lib/quickfix_fields.rb', line 21963 def initialize(data = nil) if( data == nil ) super(1600) else super(1600, data) end end |
Class Method Details
.field ⇒ Object
21960 21961 21962 |
# File 'lib/quickfix_fields.rb', line 21960 def FIXEngineName.field return 1600 end |