Class: Quickfix::UserStatusText
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UserStatusText
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UserStatusText
constructor
A new instance of UserStatusText.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UserStatusText
Returns a new instance of UserStatusText.
12512 12513 12514 12515 12516 12517 12518 |
# File 'lib/quickfix_fields.rb', line 12512 def initialize(data = nil) if( data == nil ) super(927) else super(927, data) end end |
Class Method Details
.field ⇒ Object
12509 12510 12511 |
# File 'lib/quickfix_fields.rb', line 12509 def UserStatusText.field return 927 end |