Class: Quickfix::ComplexEventDateBusinessDayConvention

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

Returns a new instance of ComplexEventDateBusinessDayConvention.



41099
41100
41101
41102
41103
41104
41105
# File 'lib/quickfix_fields.rb', line 41099

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

Class Method Details

.fieldObject



41096
41097
41098
# File 'lib/quickfix_fields.rb', line 41096

def ComplexEventDateBusinessDayConvention.field
	return 41025
end