Class: Quickfix::UnderlyingOptionExerciseDate

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

Returns a new instance of UnderlyingOptionExerciseDate.



54021
54022
54023
54024
54025
54026
54027
# File 'lib/quickfix_fields.rb', line 54021

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

Class Method Details

.fieldObject



54018
54019
54020
# File 'lib/quickfix_fields.rb', line 54018

def UnderlyingOptionExerciseDate.field
	return 41842
end