Class: Quickfix::UnderlyingProvisionOptionExerciseConfirmation

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) ⇒ UnderlyingProvisionOptionExerciseConfirmation

Returns a new instance of UnderlyingProvisionOptionExerciseConfirmation.



59975
59976
59977
59978
59979
59980
59981
# File 'lib/quickfix_fields.rb', line 59975

def initialize(data = nil)
	if( data == nil )
		super(42165)
	else
		super(42165, data)
	end
end

Class Method Details

.fieldObject



59972
59973
59974
# File 'lib/quickfix_fields.rb', line 59972

def UnderlyingProvisionOptionExerciseConfirmation.field
	return 42165
end