Class: Quickfix::DividendFXTriggerDateBusinessCenter

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ DividendFXTriggerDateBusinessCenter

Returns a new instance of DividendFXTriggerDateBusinessCenter.



64109
64110
64111
64112
64113
64114
64115
# File 'lib/quickfix_fields.rb', line 64109

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

Class Method Details

.fieldObject



64106
64107
64108
# File 'lib/quickfix_fields.rb', line 64106

def DividendFXTriggerDateBusinessCenter.field
	return 42273
end