Class: Quickfix::LegOptionExerciseStartDateOffsetPeriod
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegOptionExerciseStartDateOffsetPeriod
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegOptionExerciseStartDateOffsetPeriod
constructor
A new instance of LegOptionExerciseStartDateOffsetPeriod.
Constructor Details
#initialize(data = nil) ⇒ LegOptionExerciseStartDateOffsetPeriod
Returns a new instance of LegOptionExerciseStartDateOffsetPeriod.
49302 49303 49304 49305 49306 49307 49308 |
# File 'lib/quickfix_fields.rb', line 49302 def initialize(data = nil) if( data == nil ) super(41501) else super(41501, data) end end |