Class: Quickfix::UnderlyingProvisionOptionExerciseBoundsFirstDateUnadjusted
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingProvisionOptionExerciseBoundsFirstDateUnadjusted
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingProvisionOptionExerciseBoundsFirstDateUnadjusted
constructor
A new instance of UnderlyingProvisionOptionExerciseBoundsFirstDateUnadjusted.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingProvisionOptionExerciseBoundsFirstDateUnadjusted
Returns a new instance of UnderlyingProvisionOptionExerciseBoundsFirstDateUnadjusted.
59481 59482 59483 59484 59485 59486 59487 |
# File 'lib/quickfix_fields.rb', line 59481 def initialize(data = nil) if( data == nil ) super(42127) else super(42127, data) end end |