Class: Quickfix::EncodedLegStreamText
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::EncodedLegStreamText
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ EncodedLegStreamText
constructor
A new instance of EncodedLegStreamText.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ EncodedLegStreamText
Returns a new instance of EncodedLegStreamText.
39981 39982 39983 39984 39985 39986 39987 |
# File 'lib/quickfix_fields.rb', line 39981 def initialize(data = nil) if( data == nil ) super(40979) else super(40979, data) end end |
Class Method Details
.field ⇒ Object
39978 39979 39980 |
# File 'lib/quickfix_fields.rb', line 39978 def EncodedLegStreamText.field return 40979 end |