Class: Quickfix::UnderlyingOptionExerciseLastDateUnadjusted

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

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

Class Method Details

.fieldObject



53953
53954
53955
# File 'lib/quickfix_fields.rb', line 53953

def UnderlyingOptionExerciseLastDateUnadjusted.field
	return 41837
end