Class: Quickfix::UnderlyingProvisionOptionExerciseFixedDate
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingProvisionOptionExerciseFixedDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingProvisionOptionExerciseFixedDate
constructor
A new instance of UnderlyingProvisionOptionExerciseFixedDate.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingProvisionOptionExerciseFixedDate
Returns a new instance of UnderlyingProvisionOptionExerciseFixedDate.
59299 59300 59301 59302 59303 59304 59305 |
# File 'lib/quickfix_fields.rb', line 59299 def initialize(data = nil) if( data == nil ) super(42113) else super(42113, data) end end |
Class Method Details
.field ⇒ Object
59296 59297 59298 |
# File 'lib/quickfix_fields.rb', line 59296 def UnderlyingProvisionOptionExerciseFixedDate.field return 42113 end |