Class: Quickfix::UnderlyingOptionExerciseDate
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingOptionExerciseDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingOptionExerciseDate
constructor
A new instance of UnderlyingOptionExerciseDate.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingOptionExerciseDate
Returns a new instance of UnderlyingOptionExerciseDate.
54021 54022 54023 54024 54025 54026 54027 |
# File 'lib/quickfix_fields.rb', line 54021 def initialize(data = nil) if( data == nil ) super(41842) else super(41842, data) end end |
Class Method Details
.field ⇒ Object
54018 54019 54020 |
# File 'lib/quickfix_fields.rb', line 54018 def UnderlyingOptionExerciseDate.field return 41842 end |