Class: Quickfix::UnderlyingProvisionOptionExerciseMinimumNotional
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::UnderlyingProvisionOptionExerciseMinimumNotional
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingProvisionOptionExerciseMinimumNotional
constructor
A new instance of UnderlyingProvisionOptionExerciseMinimumNotional.
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 |