Class: Quickfix::LegProvisionOptionExerciseMultipleNotional
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::LegProvisionOptionExerciseMultipleNotional
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegProvisionOptionExerciseMultipleNotional
constructor
A new instance of LegProvisionOptionExerciseMultipleNotional.
Constructor Details
#initialize(data = nil) ⇒ LegProvisionOptionExerciseMultipleNotional
Returns a new instance of LegProvisionOptionExerciseMultipleNotional.
33273 33274 33275 33276 33277 33278 33279 |
# File 'lib/quickfix_fields.rb', line 33273 def initialize(data = nil) if( data == nil ) super(40460) else super(40460, data) end end |