Class: Quickfix::EncodedRejectTextLen
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::EncodedRejectTextLen
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ EncodedRejectTextLen
constructor
A new instance of EncodedRejectTextLen.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ EncodedRejectTextLen
Returns a new instance of EncodedRejectTextLen.
21300 21301 21302 21303 21304 21305 21306 |
# File 'lib/quickfix_fields.rb', line 21300 def initialize(data = nil) if( data == nil ) super(1664) else super(1664, data) end end |
Class Method Details
.field ⇒ Object
21297 21298 21299 |
# File 'lib/quickfix_fields.rb', line 21297 def EncodedRejectTextLen.field return 1664 end |