Class: Quickfix::LegOptionExerciseLastDateUnadjusted
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegOptionExerciseLastDateUnadjusted
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegOptionExerciseLastDateUnadjusted
constructor
A new instance of LegOptionExerciseLastDateUnadjusted.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegOptionExerciseLastDateUnadjusted
Returns a new instance of LegOptionExerciseLastDateUnadjusted.
49393 49394 49395 49396 49397 49398 49399 |
# File 'lib/quickfix_fields.rb', line 49393 def initialize(data = nil) if( data == nil ) super(41508) else super(41508, data) end end |
Class Method Details
.field ⇒ Object
49390 49391 49392 |
# File 'lib/quickfix_fields.rb', line 49390 def LegOptionExerciseLastDateUnadjusted.field return 41508 end |