Class: Quickfix::NoUnderlyingComplexEventDates

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

Returns a new instance of NoUnderlyingComplexEventDates.



26877
26878
26879
26880
26881
26882
26883
# File 'lib/quickfix_fields.rb', line 26877

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

Class Method Details

.fieldObject



26874
26875
26876
# File 'lib/quickfix_fields.rb', line 26874

def NoUnderlyingComplexEventDates.field
	return 2053
end