Class: Quickfix::NoUnderlyingComplexEventTimes

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

Instance Method Summary collapse

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