Class: Quickfix::OptionExerciseBusinessDayConvention

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ OptionExerciseBusinessDayConvention

Returns a new instance of OptionExerciseBusinessDayConvention.



43777
43778
43779
43780
43781
43782
43783
# File 'lib/quickfix_fields.rb', line 43777

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