Class: Quickfix::UnderlyingOptionExerciseFirstDateUnadjusted
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingOptionExerciseFirstDateUnadjusted
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingOptionExerciseFirstDateUnadjusted
constructor
A new instance of UnderlyingOptionExerciseFirstDateUnadjusted.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingOptionExerciseFirstDateUnadjusted
Returns a new instance of UnderlyingOptionExerciseFirstDateUnadjusted.
53943 53944 53945 53946 53947 53948 53949 |
# File 'lib/quickfix_fields.rb', line 53943 def initialize(data = nil) if( data == nil ) super(41836) else super(41836, data) end end |
Class Method Details
.field ⇒ Object
53940 53941 53942 |
# File 'lib/quickfix_fields.rb', line 53940 def .field return 41836 end |