Class: Quickfix::ProvisionDateBusinessDayConvention

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) ⇒ ProvisionDateBusinessDayConvention

Returns a new instance of ProvisionDateBusinessDayConvention.



28515
28516
28517
28518
28519
28520
28521
# File 'lib/quickfix_fields.rb', line 28515

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

Class Method Details

.fieldObject



28512
28513
28514
# File 'lib/quickfix_fields.rb', line 28512

def ProvisionDateBusinessDayConvention.field
	return 40093
end