Class: Quickfix::EventText
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::EventText
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ EventText
constructor
A new instance of EventText.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ EventText
Returns a new instance of EventText.
11758 11759 11760 11761 11762 11763 11764 |
# File 'lib/quickfix_fields.rb', line 11758 def initialize(data = nil) if( data == nil ) super(868) else super(868, data) end end |
Class Method Details
.field ⇒ Object
11755 11756 11757 |
# File 'lib/quickfix_fields.rb', line 11755 def EventText.field return 868 end |