Class: Quickfix::ProvisionOptionExerciseBusinessDayConvention

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

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

Class Method Details

.fieldObject



28902
28903
28904
# File 'lib/quickfix_fields.rb', line 28902

def ProvisionOptionExerciseBusinessDayConvention.field
	return 40123
end