Class: Quickfix::UnderlyingProvisionOptionExerciseBoundsFirstDateUnadjusted
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingProvisionOptionExerciseBoundsFirstDateUnadjusted
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingProvisionOptionExerciseBoundsFirstDateUnadjusted
constructor
A new instance of UnderlyingProvisionOptionExerciseBoundsFirstDateUnadjusted.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
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 |
Class Method Details
.field ⇒ Object
59478 59479 59480 |
# File 'lib/quickfix_fields.rb', line 59478 def UnderlyingProvisionOptionExerciseBoundsFirstDateUnadjusted.field return 42127 end |