Class: Quickfix::LegOptionExerciseStartDateAdjusted
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegOptionExerciseStartDateAdjusted
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegOptionExerciseStartDateAdjusted
constructor
A new instance of LegOptionExerciseStartDateAdjusted.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegOptionExerciseStartDateAdjusted
Returns a new instance of LegOptionExerciseStartDateAdjusted.
49341 49342 49343 49344 49345 49346 49347 |
# File 'lib/quickfix_fields.rb', line 49341 def initialize(data = nil) if( data == nil ) super(41504) else super(41504, data) end end |
Class Method Details
.field ⇒ Object
49338 49339 49340 |
# File 'lib/quickfix_fields.rb', line 49338 def LegOptionExerciseStartDateAdjusted.field return 41504 end |