Class: Quickfix::ComplexEventDateUnadjusted

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

Returns a new instance of ComplexEventDateUnadjusted.



41034
41035
41036
41037
41038
41039
41040
# File 'lib/quickfix_fields.rb', line 41034

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

Class Method Details

.fieldObject



41031
41032
41033
# File 'lib/quickfix_fields.rb', line 41031

def ComplexEventDateUnadjusted.field
	return 41020
end