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