Class: Quickfix::ProvisionOptionExerciseConfirmation
- Inherits:
-
BoolField
- Object
- BoolField
- Quickfix::ProvisionOptionExerciseConfirmation
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ProvisionOptionExerciseConfirmation
constructor
A new instance of ProvisionOptionExerciseConfirmation.
Constructor Details
#initialize(data = nil) ⇒ ProvisionOptionExerciseConfirmation
Returns a new instance of ProvisionOptionExerciseConfirmation.
28697 28698 28699 28700 28701 28702 28703 |
# File 'lib/quickfix_fields.rb', line 28697 def initialize(data = nil) if( data == nil ) super(40107) else super(40107, data) end end |