Class: Quickfix::NoUnderlyingComplexEventTimes

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ NoUnderlyingComplexEventTimes

Returns a new instance of NoUnderlyingComplexEventTimes.



26916
26917
26918
26919
26920
26921
26922
# File 'lib/quickfix_fields.rb', line 26916

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

Class Method Details

.fieldObject



26913
26914
26915
# File 'lib/quickfix_fields.rb', line 26913

def NoUnderlyingComplexEventTimes.field
  return 2056
end