Class: Quickfix::NoUnderlyingOptionExerciseExpirationDates
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUnderlyingOptionExerciseExpirationDates
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingOptionExerciseExpirationDates
constructor
A new instance of NoUnderlyingOptionExerciseExpirationDates.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingOptionExerciseExpirationDates
54203 54204 54205 54206 54207 54208 54209 |
# File 'lib/quickfix_fields.rb', line 54203 def initialize(data = nil) if( data == nil ) super(41856) else super(41856, data) end end |
Class Method Details
.field ⇒ Object
54200 54201 54202 |
# File 'lib/quickfix_fields.rb', line 54200 def .field return 41856 end |