Class: Quickfix::LegOptionExerciseExpirationFrequencyPeriod
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegOptionExerciseExpirationFrequencyPeriod
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegOptionExerciseExpirationFrequencyPeriod
constructor
A new instance of LegOptionExerciseExpirationFrequencyPeriod.
Constructor Details
#initialize(data = nil) ⇒ LegOptionExerciseExpirationFrequencyPeriod
Returns a new instance of LegOptionExerciseExpirationFrequencyPeriod.
49562 49563 49564 49565 49566 49567 49568 |
# File 'lib/quickfix_fields.rb', line 49562 def initialize(data = nil) if( data == nil ) super(41521) else super(41521, data) end end |