Class: Quickfix::LegEventText
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegEventText
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegEventText
constructor
A new instance of LegEventText.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegEventText
Returns a new instance of LegEventText.
27046 27047 27048 27049 27050 27051 27052 |
# File 'lib/quickfix_fields.rb', line 27046 def initialize(data = nil) if( data == nil ) super(2066) else super(2066, data) end end |
Class Method Details
.field ⇒ Object
27043 27044 27045 |
# File 'lib/quickfix_fields.rb', line 27043 def LegEventText.field return 2066 end |