Class: Quickfix::UnderlyingOptionExerciseEarliestTime
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingOptionExerciseEarliestTime
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingOptionExerciseEarliestTime
constructor
A new instance of UnderlyingOptionExerciseEarliestTime.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingOptionExerciseEarliestTime
Returns a new instance of UnderlyingOptionExerciseEarliestTime.
53969 53970 53971 53972 53973 53974 53975 |
# File 'lib/quickfix_fields.rb', line 53969 def initialize(data = nil) if( data == nil ) super(41838) else super(41838, data) end end |
Class Method Details
.field ⇒ Object
53966 53967 53968 |
# File 'lib/quickfix_fields.rb', line 53966 def UnderlyingOptionExerciseEarliestTime.field return 41838 end |