Class: Quickfix::UnderlyingExerciseConfirmationMethod

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

Instance Method Summary collapse

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