Class: Quickfix::OptionExerciseDate
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::OptionExerciseDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ OptionExerciseDate
constructor
A new instance of OptionExerciseDate.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ OptionExerciseDate
Returns a new instance of OptionExerciseDate.
44037 44038 44039 44040 44041 44042 44043 |
# File 'lib/quickfix_fields.rb', line 44037 def initialize(data = nil) if( data == nil ) super(41138) else super(41138, data) end end |
Class Method Details
.field ⇒ Object
44034 44035 44036 |
# File 'lib/quickfix_fields.rb', line 44034 def OptionExerciseDate.field return 41138 end |