Class: Quickfix::EncodedWarningText
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::EncodedWarningText
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ EncodedWarningText
constructor
A new instance of EncodedWarningText.
Constructor Details
#initialize(data = nil) ⇒ EncodedWarningText
Returns a new instance of EncodedWarningText.
61769 61770 61771 61772 61773 61774 61775 |
# File 'lib/quickfix_fields.rb', line 61769 def initialize(data = nil) if( data == nil ) super(2521) else super(2521, data) end end |