Class: Quickfix::LegExerciseDesc
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegExerciseDesc
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegExerciseDesc
constructor
A new instance of LegExerciseDesc.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegExerciseDesc
Returns a new instance of LegExerciseDesc.
49042 49043 49044 49045 49046 49047 49048 |
# File 'lib/quickfix_fields.rb', line 49042 def initialize(data = nil) if( data == nil ) super(41481) else super(41481, data) end end |
Class Method Details
.field ⇒ Object
49039 49040 49041 |
# File 'lib/quickfix_fields.rb', line 49039 def LegExerciseDesc.field return 41481 end |