Class: Quickfix::UnderlyingProvisionOptionExerciseFixedDate
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingProvisionOptionExerciseFixedDate
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingProvisionOptionExerciseFixedDate
constructor
A new instance of UnderlyingProvisionOptionExerciseFixedDate.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingProvisionOptionExerciseFixedDate
Returns a new instance of UnderlyingProvisionOptionExerciseFixedDate.
59299 59300 59301 59302 59303 59304 59305 |
# File 'lib/quickfix_fields.rb', line 59299 def initialize(data = nil) if( data == nil ) super(42113) else super(42113, data) end end |