Class: Quickfix::LegEventTimeUnit

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

Returns a new instance of LegEventTimeUnit.



27007
27008
27009
27010
27011
27012
27013
# File 'lib/quickfix_fields.rb', line 27007

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

Class Method Details

.fieldObject



27004
27005
27006
# File 'lib/quickfix_fields.rb', line 27004

def LegEventTimeUnit.field
	return 2063
end