Class: Quickfix::UnderlyingOptionExerciseStartDateUnadjusted

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

Returns a new instance of UnderlyingOptionExerciseStartDateUnadjusted.



53839
53840
53841
53842
53843
53844
53845
# File 'lib/quickfix_fields.rb', line 53839

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

Class Method Details

.fieldObject



53836
53837
53838
# File 'lib/quickfix_fields.rb', line 53836

def UnderlyingOptionExerciseStartDateUnadjusted.field
	return 41828
end