Class: Quickfix::ComplexEventDateAdjusted

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

Returns a new instance of ComplexEventDateAdjusted.



41112
41113
41114
41115
41116
41117
41118
# File 'lib/quickfix_fields.rb', line 41112

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

Class Method Details

.fieldObject



41109
41110
41111
# File 'lib/quickfix_fields.rb', line 41109

def ComplexEventDateAdjusted.field
	return 41026
end