Class: Quickfix::DividendFXTriggerDateBusinessDayConvention

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

Returns a new instance of DividendFXTriggerDateBusinessDayConvention.



64070
64071
64072
64073
64074
64075
64076
# File 'lib/quickfix_fields.rb', line 64070

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

Class Method Details

.fieldObject



64067
64068
64069
# File 'lib/quickfix_fields.rb', line 64067

def DividendFXTriggerDateBusinessDayConvention.field
	return 42270
end