Class: Quickfix::LegProvisionOptionExerciseBoundsLastDateUnadjusted
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegProvisionOptionExerciseBoundsLastDateUnadjusted
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegProvisionOptionExerciseBoundsLastDateUnadjusted
constructor
A new instance of LegProvisionOptionExerciseBoundsLastDateUnadjusted.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegProvisionOptionExerciseBoundsLastDateUnadjusted
Returns a new instance of LegProvisionOptionExerciseBoundsLastDateUnadjusted.
33663 33664 33665 33666 33667 33668 33669 |
# File 'lib/quickfix_fields.rb', line 33663 def initialize(data = nil) if( data == nil ) super(40490) else super(40490, data) end end |
Class Method Details
.field ⇒ Object
33660 33661 33662 |
# File 'lib/quickfix_fields.rb', line 33660 def LegProvisionOptionExerciseBoundsLastDateUnadjusted.field return 40490 end |