Class: Quickfix::ExerciseDesc
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ExerciseDesc
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ExerciseDesc
constructor
A new instance of ExerciseDesc.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ExerciseDesc
Returns a new instance of ExerciseDesc.
43621 43622 43623 43624 43625 43626 43627 |
# File 'lib/quickfix_fields.rb', line 43621 def initialize(data = nil) if( data == nil ) super(41106) else super(41106, data) end end |
Class Method Details
.field ⇒ Object
43618 43619 43620 |
# File 'lib/quickfix_fields.rb', line 43618 def ExerciseDesc.field return 41106 end |