Class: Quickfix::StatusText
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::StatusText
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ StatusText
constructor
A new instance of StatusText.
Constructor Details
#initialize(data = nil) ⇒ StatusText
Returns a new instance of StatusText.
16633 16634 16635 16636 16637 16638 16639 |
# File 'lib/quickfix_fields.rb', line 16633 def initialize(data = nil) if( data == nil ) super(929) else super(929, data) end end |
Class Method Details
.field ⇒ Object
16630 16631 16632 |
# File 'lib/quickfix_fields.rb', line 16630 def StatusText.field return 929 end |