Class: Quickfix::EncodedLegEventTextLen
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::EncodedLegEventTextLen
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ EncodedLegEventTextLen
constructor
A new instance of EncodedLegEventTextLen.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ EncodedLegEventTextLen
Returns a new instance of EncodedLegEventTextLen.
27150 27151 27152 27153 27154 27155 27156 |
# File 'lib/quickfix_fields.rb', line 27150 def initialize(data = nil) if( data == nil ) super(2074) else super(2074, data) end end |
Class Method Details
.field ⇒ Object
27147 27148 27149 |
# File 'lib/quickfix_fields.rb', line 27147 def EncodedLegEventTextLen.field return 2074 end |