Class: Quickfix::ProvisionOptionExerciseConfirmation

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from BoolField

#getValue, #setValue

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

Class Method Details

.fieldObject



28694
28695
28696
# File 'lib/quickfix_fields.rb', line 28694

def ProvisionOptionExerciseConfirmation.field
  return 40107
end