Class: Quickfix::ComplexEventEndTime

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

Returns a new instance of ComplexEventEndTime.



19792
19793
19794
19795
19796
19797
19798
# File 'lib/quickfix_fields.rb', line 19792

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

Class Method Details

.fieldObject



19789
19790
19791
# File 'lib/quickfix_fields.rb', line 19789

def ComplexEventEndTime.field
	return 1496
end