Class: Quickfix::UnderlyingOptionExerciseEarliestTime

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

Returns a new instance of UnderlyingOptionExerciseEarliestTime.



53969
53970
53971
53972
53973
53974
53975
# File 'lib/quickfix_fields.rb', line 53969

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

Class Method Details

.fieldObject



53966
53967
53968
# File 'lib/quickfix_fields.rb', line 53966

def UnderlyingOptionExerciseEarliestTime.field
	return 41838
end