Class: Quickfix::UnderlyingDividendPeriodBusinessDayConvention

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

Returns a new instance of UnderlyingDividendPeriodBusinessDayConvention.



72000
72001
72002
72003
72004
72005
72006
# File 'lib/quickfix_fields.rb', line 72000

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

Class Method Details

.fieldObject



71997
71998
71999
# File 'lib/quickfix_fields.rb', line 71997

def UnderlyingDividendPeriodBusinessDayConvention.field
	return 42868
end