Class: Quickfix::NoUnderlyingOptionExerciseExpirationDateBusinessCenters
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUnderlyingOptionExerciseExpirationDateBusinessCenters
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingOptionExerciseExpirationDateBusinessCenters
constructor
A new instance of NoUnderlyingOptionExerciseExpirationDateBusinessCenters.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingOptionExerciseExpirationDateBusinessCenters
Returns a new instance of NoUnderlyingOptionExerciseExpirationDateBusinessCenters.
54047 54048 54049 54050 54051 54052 54053 |
# File 'lib/quickfix_fields.rb', line 54047 def initialize(data = nil) if( data == nil ) super(41844) else super(41844, data) end end |
Class Method Details
.field ⇒ Object
54044 54045 54046 |
# File 'lib/quickfix_fields.rb', line 54044 def .field return 41844 end |