Class: Quickfix::UnderlyingOptionExerciseExpirationDateOffsetPeriod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingOptionExerciseExpirationDateOffsetPeriod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingOptionExerciseExpirationDateOffsetPeriod
constructor
A new instance of UnderlyingOptionExerciseExpirationDateOffsetPeriod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingOptionExerciseExpirationDateOffsetPeriod
54099 54100 54101 54102 54103 54104 54105 |
# File 'lib/quickfix_fields.rb', line 54099 def initialize(data = nil) if( data == nil ) super(41848) else super(41848, data) end end |
Class Method Details
.field ⇒ Object
54096 54097 54098 |
# File 'lib/quickfix_fields.rb', line 54096 def .field return 41848 end |