Class: Quickfix::Text
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::Text
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ Text
constructor
A new instance of Text.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ Text
Returns a new instance of Text.
201 202 203 204 205 206 207 |
# File 'lib/quickfix_fields.rb', line 201 def initialize(data = nil) if( data == nil ) super(58) else super(58, data) end end |
Class Method Details
.field ⇒ Object
198 199 200 |
# File 'lib/quickfix_fields.rb', line 198 def Text.field return 58 end |