Class: Quickfix::EncodedLegStreamTextLen
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::EncodedLegStreamTextLen
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ EncodedLegStreamTextLen
constructor
A new instance of EncodedLegStreamTextLen.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ EncodedLegStreamTextLen
Returns a new instance of EncodedLegStreamTextLen.
39968 39969 39970 39971 39972 39973 39974 |
# File 'lib/quickfix_fields.rb', line 39968 def initialize(data = nil) if( data == nil ) super(40978) else super(40978, data) end end |
Class Method Details
.field ⇒ Object
39965 39966 39967 |
# File 'lib/quickfix_fields.rb', line 39965 def EncodedLegStreamTextLen.field return 40978 end |