Class: Quickfix::UnderlyingComplexEventStartTime

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from UtcTimeOnlyField

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

Constructor Details

#initialize(data = nil) ⇒ UnderlyingComplexEventStartTime

Returns a new instance of UnderlyingComplexEventStartTime.



26929
26930
26931
26932
26933
26934
26935
# File 'lib/quickfix_fields.rb', line 26929

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

Class Method Details

.fieldObject



26926
26927
26928
# File 'lib/quickfix_fields.rb', line 26926

def UnderlyingComplexEventStartTime.field
	return 2057
end