Class: Quickfix::EncodedEventText
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::EncodedEventText
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ EncodedEventText
constructor
A new instance of EncodedEventText.
Constructor Details
#initialize(data = nil) ⇒ EncodedEventText
Returns a new instance of EncodedEventText.
25057 25058 25059 25060 25061 25062 25063 |
# File 'lib/quickfix_fields.rb', line 25057 def initialize(data = nil) if( data == nil ) super(1579) else super(1579, data) end end |