Class: Quickfix::UnderlyingOptionExerciseStartDateOffsetDayType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingOptionExerciseStartDateOffsetDayType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingOptionExerciseStartDateOffsetDayType
constructor
A new instance of UnderlyingOptionExerciseStartDateOffsetDayType.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingOptionExerciseStartDateOffsetDayType
Returns a new instance of UnderlyingOptionExerciseStartDateOffsetDayType.
53891 53892 53893 53894 53895 53896 53897 |
# File 'lib/quickfix_fields.rb', line 53891 def initialize(data = nil) if( data == nil ) super(41832) else super(41832, data) end end |