Class: Quickfix::LegProvisionOptionExerciseFrequencyPeriod
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegProvisionOptionExerciseFrequencyPeriod
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegProvisionOptionExerciseFrequencyPeriod
constructor
A new instance of LegProvisionOptionExerciseFrequencyPeriod.
Constructor Details
#initialize(data = nil) ⇒ LegProvisionOptionExerciseFrequencyPeriod
Returns a new instance of LegProvisionOptionExerciseFrequencyPeriod.
33533 33534 33535 33536 33537 33538 33539 |
# File 'lib/quickfix_fields.rb', line 33533 def initialize(data = nil) if( data == nil ) super(40480) else super(40480, data) end end |