Class: Quickfix::ListStatusText
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::ListStatusText
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ListStatusText
constructor
A new instance of ListStatusText.
Constructor Details
#initialize(data = nil) ⇒ ListStatusText
Returns a new instance of ListStatusText.
18245 18246 18247 18248 18249 18250 18251 |
# File 'lib/quickfix_fields.rb', line 18245 def initialize(data = nil) if( data == nil ) super(444) else super(444, data) end end |
Class Method Details
.field ⇒ Object
18242 18243 18244 |
# File 'lib/quickfix_fields.rb', line 18242 def ListStatusText.field return 444 end |