Class: Quickfix::LegOptionExerciseDate
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegOptionExerciseDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegOptionExerciseDate
constructor
A new instance of LegOptionExerciseDate.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegOptionExerciseDate
Returns a new instance of LegOptionExerciseDate.
49458 49459 49460 49461 49462 49463 49464 |
# File 'lib/quickfix_fields.rb', line 49458 def initialize(data = nil) if( data == nil ) super(41513) else super(41513, data) end end |
Class Method Details
.field ⇒ Object
49455 49456 49457 |
# File 'lib/quickfix_fields.rb', line 49455 def LegOptionExerciseDate.field return 41513 end |