Class: Quickfix::UnderlyingOptionExerciseStartDateRelativeTo

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingOptionExerciseStartDateRelativeTo

Returns a new instance of UnderlyingOptionExerciseStartDateRelativeTo.



53852
53853
53854
53855
53856
53857
53858
# File 'lib/quickfix_fields.rb', line 53852

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