Class: Quickfix::ProvisionOptionExercisePeriodSkip
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::ProvisionOptionExercisePeriodSkip
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ProvisionOptionExercisePeriodSkip
constructor
A new instance of ProvisionOptionExercisePeriodSkip.
Constructor Details
#initialize(data = nil) ⇒ ProvisionOptionExercisePeriodSkip
Returns a new instance of ProvisionOptionExercisePeriodSkip.
29061 29062 29063 29064 29065 29066 29067 |
# File 'lib/quickfix_fields.rb', line 29061 def initialize(data = nil) if( data == nil ) super(40135) else super(40135, data) end end |