Class: Quickfix::UnderlyingOptionExerciseStartDateUnadjusted
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingOptionExerciseStartDateUnadjusted
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingOptionExerciseStartDateUnadjusted
constructor
A new instance of UnderlyingOptionExerciseStartDateUnadjusted.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingOptionExerciseStartDateUnadjusted
Returns a new instance of UnderlyingOptionExerciseStartDateUnadjusted.
53839 53840 53841 53842 53843 53844 53845 |
# File 'lib/quickfix_fields.rb', line 53839 def initialize(data = nil) if( data == nil ) super(41828) else super(41828, data) end end |
Class Method Details
.field ⇒ Object
53836 53837 53838 |
# File 'lib/quickfix_fields.rb', line 53836 def UnderlyingOptionExerciseStartDateUnadjusted.field return 41828 end |