Class: Quickfix::UnderlyingDividendFXTriggerDateBusinessDayConvention

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

Returns a new instance of UnderlyingDividendFXTriggerDateBusinessDayConvention.



71779
71780
71781
71782
71783
71784
71785
# File 'lib/quickfix_fields.rb', line 71779

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

Class Method Details

.fieldObject



71776
71777
71778
# File 'lib/quickfix_fields.rb', line 71776

def UnderlyingDividendFXTriggerDateBusinessDayConvention.field
	return 42851
end