Class: Quickfix::UnderlyingOptionExerciseExpirationDateBusinessDayConvention
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingOptionExerciseExpirationDateBusinessDayConvention
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingOptionExerciseExpirationDateBusinessDayConvention
constructor
A new instance of UnderlyingOptionExerciseExpirationDateBusinessDayConvention.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingOptionExerciseExpirationDateBusinessDayConvention
Returns a new instance of UnderlyingOptionExerciseExpirationDateBusinessDayConvention.
54073 54074 54075 54076 54077 54078 54079 |
# File 'lib/quickfix_fields.rb', line 54073 def initialize(data = nil) if( data == nil ) super(41846) else super(41846, data) end end |