Class: Quickfix::ComplexEventEndDate

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ComplexEventEndDate

Returns a new instance of ComplexEventEndDate.



12954
12955
12956
12957
12958
12959
12960
# File 'lib/quickfix_fields.rb', line 12954

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

Class Method Details

.fieldObject



12951
12952
12953
# File 'lib/quickfix_fields.rb', line 12951

def ComplexEventEndDate.field
	return 1493
end