Class: Quickfix::ProvisionOptionExerciseConfirmation

Inherits:
BoolField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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