Class: Quickfix::UnderlyingComplexEventEndDate

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from UtcDateField

#<, #==, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingComplexEventEndDate

Returns a new instance of UnderlyingComplexEventEndDate.



26903
26904
26905
26906
26907
26908
26909
# File 'lib/quickfix_fields.rb', line 26903

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

Class Method Details

.fieldObject



26900
26901
26902
# File 'lib/quickfix_fields.rb', line 26900

def UnderlyingComplexEventEndDate.field
	return 2055
end