Class: Quickfix::UnderlyingOptionExerciseLastDateUnadjusted

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingOptionExerciseLastDateUnadjusted

Returns a new instance of UnderlyingOptionExerciseLastDateUnadjusted.



53956
53957
53958
53959
53960
53961
53962
# File 'lib/quickfix_fields.rb', line 53956

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