Class: Quickfix::NoUnderlyingProvisionOptionExerciseFixedDates
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoUnderlyingProvisionOptionExerciseFixedDates
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingProvisionOptionExerciseFixedDates
constructor
A new instance of NoUnderlyingProvisionOptionExerciseFixedDates.
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingProvisionOptionExerciseFixedDates
Returns a new instance of NoUnderlyingProvisionOptionExerciseFixedDates.
59286 59287 59288 59289 59290 59291 59292 |
# File 'lib/quickfix_fields.rb', line 59286 def initialize(data = nil) if( data == nil ) super(42112) else super(42112, data) end end |