Class: Quickfix::ProvisionOptionExerciseMinimumNotional
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::ProvisionOptionExerciseMinimumNotional
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ProvisionOptionExerciseMinimumNotional
constructor
A new instance of ProvisionOptionExerciseMinimumNotional.
Constructor Details
#initialize(data = nil) ⇒ ProvisionOptionExerciseMinimumNotional
Returns a new instance of ProvisionOptionExerciseMinimumNotional.
28645 28646 28647 28648 28649 28650 28651 |
# File 'lib/quickfix_fields.rb', line 28645 def initialize(data = nil) if( data == nil ) super(40103) else super(40103, data) end end |