Class: Quickfix::UnderlyingOptionExerciseExpirationDateBusinessDayConvention

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingOptionExerciseExpirationDateBusinessDayConvention

Returns a new instance of UnderlyingOptionExerciseExpirationDateBusinessDayConvention.



54073
54074
54075
54076
54077
54078
54079
# File 'lib/quickfix_fields.rb', line 54073

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