Class: Quickfix::ComplexEventDateOffsetUnit

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

Returns a new instance of ComplexEventDateOffsetUnit.



41073
41074
41075
41076
41077
41078
41079
# File 'lib/quickfix_fields.rb', line 41073

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

Class Method Details

.fieldObject



41070
41071
41072
# File 'lib/quickfix_fields.rb', line 41070

def ComplexEventDateOffsetUnit.field
	return 41023
end