Class: Quickfix::NoUnderlyingComplexEvents

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

Returns a new instance of NoUnderlyingComplexEvents.



26773
26774
26775
26776
26777
26778
26779
# File 'lib/quickfix_fields.rb', line 26773

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

Class Method Details

.fieldObject



26770
26771
26772
# File 'lib/quickfix_fields.rb', line 26770

def NoUnderlyingComplexEvents.field
	return 2045
end