Class: Quickfix::UnderlyingExerciseConfirmationMethod
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingExerciseConfirmationMethod
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingExerciseConfirmationMethod
constructor
A new instance of UnderlyingExerciseConfirmationMethod.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingExerciseConfirmationMethod
Returns a new instance of UnderlyingExerciseConfirmationMethod.
53670 53671 53672 53673 53674 53675 53676 |
# File 'lib/quickfix_fields.rb', line 53670 def initialize(data = nil) if( data == nil ) super(41815) else super(41815, data) end end |