Class: Quickfix::OptionExerciseStartDateRelativeTo
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::OptionExerciseStartDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ OptionExerciseStartDateRelativeTo
constructor
A new instance of OptionExerciseStartDateRelativeTo.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ OptionExerciseStartDateRelativeTo
Returns a new instance of OptionExerciseStartDateRelativeTo.
43868 43869 43870 43871 43872 43873 43874 |
# File 'lib/quickfix_fields.rb', line 43868 def initialize(data = nil) if( data == nil ) super(41125) else super(41125, data) end end |
Class Method Details
.field ⇒ Object
43865 43866 43867 |
# File 'lib/quickfix_fields.rb', line 43865 def OptionExerciseStartDateRelativeTo.field return 41125 end |