Class: Quickfix::UnderlyingOptionExerciseLastDateUnadjusted
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingOptionExerciseLastDateUnadjusted
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingOptionExerciseLastDateUnadjusted
constructor
A new instance of UnderlyingOptionExerciseLastDateUnadjusted.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingOptionExerciseLastDateUnadjusted
Returns a new instance of UnderlyingOptionExerciseLastDateUnadjusted.
53956 53957 53958 53959 53960 53961 53962 |
# File 'lib/quickfix_fields.rb', line 53956 def initialize(data = nil) if( data == nil ) super(41837) else super(41837, data) end end |
Class Method Details
.field ⇒ Object
53953 53954 53955 |
# File 'lib/quickfix_fields.rb', line 53953 def UnderlyingOptionExerciseLastDateUnadjusted.field return 41837 end |