Class: Quickfix::EncodedMatchExceptionTextLen
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::EncodedMatchExceptionTextLen
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ EncodedMatchExceptionTextLen
constructor
A new instance of EncodedMatchExceptionTextLen.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ EncodedMatchExceptionTextLen
Returns a new instance of EncodedMatchExceptionTextLen.
76875 76876 76877 76878 76879 76880 76881 |
# File 'lib/quickfix_fields.rb', line 76875 def initialize(data = nil) if( data == nil ) super(2797) else super(2797, data) end end |
Class Method Details
.field ⇒ Object
76872 76873 76874 |
# File 'lib/quickfix_fields.rb', line 76872 def EncodedMatchExceptionTextLen.field return 2797 end |