Class: Quickfix::UnderlyingProvisionOptionExerciseFixedDateType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingProvisionOptionExerciseFixedDateType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingProvisionOptionExerciseFixedDateType
constructor
A new instance of UnderlyingProvisionOptionExerciseFixedDateType.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingProvisionOptionExerciseFixedDateType
Returns a new instance of UnderlyingProvisionOptionExerciseFixedDateType.
59312 59313 59314 59315 59316 59317 59318 |
# File 'lib/quickfix_fields.rb', line 59312 def initialize(data = nil) if( data == nil ) super(42114) else super(42114, data) end end |