Class: Quickfix::OptionExerciseStartDateAdjusted
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::OptionExerciseStartDateAdjusted
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ OptionExerciseStartDateAdjusted
constructor
A new instance of OptionExerciseStartDateAdjusted.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ OptionExerciseStartDateAdjusted
43920 43921 43922 43923 43924 43925 43926 |
# File 'lib/quickfix_fields.rb', line 43920 def initialize(data = nil) if( data == nil ) super(41129) else super(41129, data) end end |
Class Method Details
.field ⇒ Object
43917 43918 43919 |
# File 'lib/quickfix_fields.rb', line 43917 def OptionExerciseStartDateAdjusted.field return 41129 end |