Class: Quickfix::UnderlyingProvisionOptionExercisePeriodSkip
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingProvisionOptionExercisePeriodSkip
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingProvisionOptionExercisePeriodSkip
constructor
A new instance of UnderlyingProvisionOptionExercisePeriodSkip.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingProvisionOptionExercisePeriodSkip
59468 59469 59470 59471 59472 59473 59474 |
# File 'lib/quickfix_fields.rb', line 59468 def initialize(data = nil) if( data == nil ) super(42126) else super(42126, data) end end |