Class: Quickfix::UnderlyingExerciseDesc
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingExerciseDesc
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingExerciseDesc
constructor
A new instance of UnderlyingExerciseDesc.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingExerciseDesc
Returns a new instance of UnderlyingExerciseDesc.
53605 53606 53607 53608 53609 53610 53611 |
# File 'lib/quickfix_fields.rb', line 53605 def initialize(data = nil) if( data == nil ) super(41810) else super(41810, data) end end |
Class Method Details
.field ⇒ Object
53602 53603 53604 |
# File 'lib/quickfix_fields.rb', line 53602 def .field return 41810 end |