Class: Quickfix::ComplexEventStartTime

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ComplexEventStartTime

Returns a new instance of ComplexEventStartTime.



18622
18623
18624
18625
18626
18627
18628
# File 'lib/quickfix_fields.rb', line 18622

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

Class Method Details

.fieldObject



18619
18620
18621
# File 'lib/quickfix_fields.rb', line 18619

def ComplexEventStartTime.field
	return 1495
end