Class: Quickfix::ProvisionOptionExerciseBoundsLastDateUnadjusted
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ProvisionOptionExerciseBoundsLastDateUnadjusted
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ProvisionOptionExerciseBoundsLastDateUnadjusted
constructor
A new instance of ProvisionOptionExerciseBoundsLastDateUnadjusted.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ProvisionOptionExerciseBoundsLastDateUnadjusted
Returns a new instance of ProvisionOptionExerciseBoundsLastDateUnadjusted.
29087 29088 29089 29090 29091 29092 29093 |
# File 'lib/quickfix_fields.rb', line 29087 def initialize(data = nil) if( data == nil ) super(40137) else super(40137, data) end end |
Class Method Details
.field ⇒ Object
29084 29085 29086 |
# File 'lib/quickfix_fields.rb', line 29084 def ProvisionOptionExerciseBoundsLastDateUnadjusted.field return 40137 end |