Class: Quickfix::UnderlyingProvisionOptionExerciseMinimumNotional
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingProvisionOptionExerciseMinimumNotional
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingProvisionOptionExerciseMinimumNotional
constructor
A new instance of UnderlyingProvisionOptionExerciseMinimumNotional.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingProvisionOptionExerciseMinimumNotional
Returns a new instance of UnderlyingProvisionOptionExerciseMinimumNotional.
59923 59924 59925 59926 59927 59928 59929 |
# File 'lib/quickfix_fields.rb', line 59923 def initialize(data = nil) if( data == nil ) super(42161) else super(42161, data) end end |
Class Method Details
.field ⇒ Object
59920 59921 59922 |
# File 'lib/quickfix_fields.rb', line 59920 def UnderlyingProvisionOptionExerciseMinimumNotional.field return 42161 end |