Class: Quickfix::ProvisionOptionExerciseMultipleNotional
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::ProvisionOptionExerciseMultipleNotional
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ProvisionOptionExerciseMultipleNotional
constructor
A new instance of ProvisionOptionExerciseMultipleNotional.
Constructor Details
#initialize(data = nil) ⇒ ProvisionOptionExerciseMultipleNotional
Returns a new instance of ProvisionOptionExerciseMultipleNotional.
28632 28633 28634 28635 28636 28637 28638 |
# File 'lib/quickfix_fields.rb', line 28632 def initialize(data = nil) if( data == nil ) super(40102) else super(40102, data) end end |