Class: Quickfix::UnderlyingProvisionOptionExerciseMultipleNotional
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingProvisionOptionExerciseMultipleNotional
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingProvisionOptionExerciseMultipleNotional
constructor
A new instance of UnderlyingProvisionOptionExerciseMultipleNotional.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingProvisionOptionExerciseMultipleNotional
Returns a new instance of UnderlyingProvisionOptionExerciseMultipleNotional.
59910 59911 59912 59913 59914 59915 59916 |
# File 'lib/quickfix_fields.rb', line 59910 def initialize(data = nil) if( data == nil ) super(42160) else super(42160, data) end end |
Class Method Details
.field ⇒ Object
59907 59908 59909 |
# File 'lib/quickfix_fields.rb', line 59907 def UnderlyingProvisionOptionExerciseMultipleNotional.field return 42160 end |