Class: Quickfix::LegComplexEventStartTime

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

Returns a new instance of LegComplexEventStartTime.



47885
47886
47887
47888
47889
47890
47891
# File 'lib/quickfix_fields.rb', line 47885

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

Class Method Details

.fieldObject



47882
47883
47884
# File 'lib/quickfix_fields.rb', line 47882

def LegComplexEventStartTime.field
  return 2204
end