Class: Quickfix::LegOptionExerciseStartDateRelativeTo
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegOptionExerciseStartDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegOptionExerciseStartDateRelativeTo
constructor
A new instance of LegOptionExerciseStartDateRelativeTo.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegOptionExerciseStartDateRelativeTo
Returns a new instance of LegOptionExerciseStartDateRelativeTo.
49289 49290 49291 49292 49293 49294 49295 |
# File 'lib/quickfix_fields.rb', line 49289 def initialize(data = nil) if( data == nil ) super(41500) else super(41500, data) end end |
Class Method Details
.field ⇒ Object
49286 49287 49288 |
# File 'lib/quickfix_fields.rb', line 49286 def LegOptionExerciseStartDateRelativeTo.field return 41500 end |