Class: Quickfix::UnderlyingOptionExerciseStartDateRelativeTo
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingOptionExerciseStartDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingOptionExerciseStartDateRelativeTo
constructor
A new instance of UnderlyingOptionExerciseStartDateRelativeTo.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingOptionExerciseStartDateRelativeTo
Returns a new instance of UnderlyingOptionExerciseStartDateRelativeTo.
53852 53853 53854 53855 53856 53857 53858 |
# File 'lib/quickfix_fields.rb', line 53852 def initialize(data = nil) if( data == nil ) super(41829) else super(41829, data) end end |