Class: Quickfix::UnderlyingOptionExerciseExpirationDateRelativeTo

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingOptionExerciseExpirationDateRelativeTo

Returns a new instance of UnderlyingOptionExerciseExpirationDateRelativeTo.



54086
54087
54088
54089
54090
54091
54092
# File 'lib/quickfix_fields.rb', line 54086

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