Class: Quickfix::LegComplexEventEndTime

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

Returns a new instance of LegComplexEventEndTime.



47898
47899
47900
47901
47902
47903
47904
# File 'lib/quickfix_fields.rb', line 47898

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

Class Method Details

.fieldObject



47895
47896
47897
# File 'lib/quickfix_fields.rb', line 47895

def LegComplexEventEndTime.field
  return 2247
end