Class: Quickfix::UnderlyingProvisionOptionExerciseBoundsLastDateUnadjusted
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingProvisionOptionExerciseBoundsLastDateUnadjusted
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingProvisionOptionExerciseBoundsLastDateUnadjusted
constructor
A new instance of UnderlyingProvisionOptionExerciseBoundsLastDateUnadjusted.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingProvisionOptionExerciseBoundsLastDateUnadjusted
Returns a new instance of UnderlyingProvisionOptionExerciseBoundsLastDateUnadjusted.
59494 59495 59496 59497 59498 59499 59500 |
# File 'lib/quickfix_fields.rb', line 59494 def initialize(data = nil) if( data == nil ) super(42128) else super(42128, data) end end |