Class: Quickfix::EncodedLegStreamTextLen
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::EncodedLegStreamTextLen
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ EncodedLegStreamTextLen
constructor
A new instance of EncodedLegStreamTextLen.
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 |