Class: Quickfix::LegOptionExerciseFirstDateUnadjusted
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegOptionExerciseFirstDateUnadjusted
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegOptionExerciseFirstDateUnadjusted
constructor
A new instance of LegOptionExerciseFirstDateUnadjusted.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegOptionExerciseFirstDateUnadjusted
Returns a new instance of LegOptionExerciseFirstDateUnadjusted.
49380 49381 49382 49383 49384 49385 49386 |
# File 'lib/quickfix_fields.rb', line 49380 def initialize(data = nil) if( data == nil ) super(41507) else super(41507, data) end end |
Class Method Details
.field ⇒ Object
49377 49378 49379 |
# File 'lib/quickfix_fields.rb', line 49377 def LegOptionExerciseFirstDateUnadjusted.field return 41507 end |