Class: Quickfix::UnderlyingComplexEventEndTime

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

Returns a new instance of UnderlyingComplexEventEndTime.



26942
26943
26944
26945
26946
26947
26948
# File 'lib/quickfix_fields.rb', line 26942

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

Class Method Details

.fieldObject



26939
26940
26941
# File 'lib/quickfix_fields.rb', line 26939

def UnderlyingComplexEventEndTime.field
  return 2058
end