Class: Quickfix::NoUnderlyingOptionExerciseBusinessCenters
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUnderlyingOptionExerciseBusinessCenters
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingOptionExerciseBusinessCenters
constructor
A new instance of NoUnderlyingOptionExerciseBusinessCenters.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingOptionExerciseBusinessCenters
Returns a new instance of NoUnderlyingOptionExerciseBusinessCenters.
53735 53736 53737 53738 53739 53740 53741 |
# File 'lib/quickfix_fields.rb', line 53735 def initialize(data = nil) if( data == nil ) super(41820) else super(41820, data) end end |
Class Method Details
.field ⇒ Object
53732 53733 53734 |
# File 'lib/quickfix_fields.rb', line 53732 def .field return 41820 end |