Class: Quickfix::EncodedLegEventText
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::EncodedLegEventText
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ EncodedLegEventText
constructor
A new instance of EncodedLegEventText.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ EncodedLegEventText
Returns a new instance of EncodedLegEventText.
27163 27164 27165 27166 27167 27168 27169 |
# File 'lib/quickfix_fields.rb', line 27163 def initialize(data = nil) if( data == nil ) super(2075) else super(2075, data) end end |
Class Method Details
.field ⇒ Object
27160 27161 27162 |
# File 'lib/quickfix_fields.rb', line 27160 def EncodedLegEventText.field return 2075 end |