Class: Quickfix::WarningText
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::WarningText
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ WarningText
constructor
A new instance of WarningText.
Constructor Details
#initialize(data = nil) ⇒ WarningText
Returns a new instance of WarningText.
61756 61757 61758 61759 61760 61761 61762 |
# File 'lib/quickfix_fields.rb', line 61756 def initialize(data = nil) if( data == nil ) super(2520) else super(2520, data) end end |