Class: Quickfix::ComplexEventEndDate

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

Returns a new instance of ComplexEventEndDate.



19753
19754
19755
19756
19757
19758
19759
# File 'lib/quickfix_fields.rb', line 19753

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

Class Method Details

.fieldObject



19750
19751
19752
# File 'lib/quickfix_fields.rb', line 19750

def ComplexEventEndDate.field
	return 1493
end