Class: Quickfix::DeskID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::DeskID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DeskID
constructor
A new instance of DeskID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ DeskID
Returns a new instance of DeskID.
3581 3582 3583 3584 3585 3586 3587 |
# File 'lib/quickfix_fields.rb', line 3581 def initialize(data = nil) if( data == nil ) super(284) else super(284, data) end end |
Class Method Details
.field ⇒ Object
3578 3579 3580 |
# File 'lib/quickfix_fields.rb', line 3578 def DeskID.field return 284 end |