Class: Quickfix::ComplexEventStartTime

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

Returns a new instance of ComplexEventStartTime.



19779
19780
19781
19782
19783
19784
19785
# File 'lib/quickfix_fields.rb', line 19779

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

Class Method Details

.fieldObject



19776
19777
19778
# File 'lib/quickfix_fields.rb', line 19776

def ComplexEventStartTime.field
  return 1495
end