Class: Quickfix::UnderlyingOptionExerciseStartDateAdjusted
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingOptionExerciseStartDateAdjusted
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingOptionExerciseStartDateAdjusted
constructor
A new instance of UnderlyingOptionExerciseStartDateAdjusted.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingOptionExerciseStartDateAdjusted
Returns a new instance of UnderlyingOptionExerciseStartDateAdjusted.
53904 53905 53906 53907 53908 53909 53910 |
# File 'lib/quickfix_fields.rb', line 53904 def initialize(data = nil) if( data == nil ) super(41833) else super(41833, data) end end |
Class Method Details
.field ⇒ Object
53901 53902 53903 |
# File 'lib/quickfix_fields.rb', line 53901 def .field return 41833 end |