Class: Quickfix::EncodedLegStreamText
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::EncodedLegStreamText
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ EncodedLegStreamText
constructor
A new instance of EncodedLegStreamText.
Constructor Details
#initialize(data = nil) ⇒ EncodedLegStreamText
Returns a new instance of EncodedLegStreamText.
39981 39982 39983 39984 39985 39986 39987 |
# File 'lib/quickfix_fields.rb', line 39981 def initialize(data = nil) if( data == nil ) super(40979) else super(40979, data) end end |