Class: Quickfix::EncodedEventText
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::EncodedEventText
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ EncodedEventText
constructor
A new instance of EncodedEventText.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ EncodedEventText
25057 25058 25059 25060 25061 25062 25063 |
# File 'lib/quickfix_fields.rb', line 25057 def initialize(data = nil) if( data == nil ) super(1579) else super(1579, data) end end |
Class Method Details
.field ⇒ Object
25054 25055 25056 |
# File 'lib/quickfix_fields.rb', line 25054 def EncodedEventText.field return 1579 end |