Class: Quickfix::ProvisionOptionExerciseBusinessDayConvention

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ProvisionOptionExerciseBusinessDayConvention

Returns a new instance of ProvisionOptionExerciseBusinessDayConvention.



28905
28906
28907
28908
28909
28910
28911
# File 'lib/quickfix_fields.rb', line 28905

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