Class: Quickfix::EncodedUnderlyingStreamText
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::EncodedUnderlyingStreamText
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ EncodedUnderlyingStreamText
constructor
A new instance of EncodedUnderlyingStreamText.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ EncodedUnderlyingStreamText
Returns a new instance of EncodedUnderlyingStreamText.
40111 40112 40113 40114 40115 40116 40117 |
# File 'lib/quickfix_fields.rb', line 40111 def initialize(data = nil) if( data == nil ) super(40989) else super(40989, data) end end |
Class Method Details
.field ⇒ Object
40108 40109 40110 |
# File 'lib/quickfix_fields.rb', line 40108 def .field return 40989 end |