Class: Quickfix::UserStatus
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UserStatus
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UserStatus
constructor
A new instance of UserStatus.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UserStatus
Returns a new instance of UserStatus.
12499 12500 12501 12502 12503 12504 12505 |
# File 'lib/quickfix_fields.rb', line 12499 def initialize(data = nil) if( data == nil ) super(926) else super(926, data) end end |
Class Method Details
.field ⇒ Object
12496 12497 12498 |
# File 'lib/quickfix_fields.rb', line 12496 def UserStatus.field return 926 end |