Class: Quickfix::LegComplexEventEndDate

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

Returns a new instance of LegComplexEventEndDate.



47859
47860
47861
47862
47863
47864
47865
# File 'lib/quickfix_fields.rb', line 47859

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

Class Method Details

.fieldObject



47856
47857
47858
# File 'lib/quickfix_fields.rb', line 47856

def LegComplexEventEndDate.field
	return 2252
end