Class: Quickfix::UnderlyingStreamText
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingStreamText
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingStreamText
constructor
A new instance of UnderlyingStreamText.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingStreamText
Returns a new instance of UnderlyingStreamText.
34404 34405 34406 34407 34408 34409 34410 |
# File 'lib/quickfix_fields.rb', line 34404 def initialize(data = nil) if( data == nil ) super(40547) else super(40547, data) end end |
Class Method Details
.field ⇒ Object
34401 34402 34403 |
# File 'lib/quickfix_fields.rb', line 34401 def .field return 40547 end |