Class: Quickfix::ComplexEventStartDate

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ComplexEventStartDate

Returns a new instance of ComplexEventStartDate.



18726
18727
18728
18729
18730
18731
18732
# File 'lib/quickfix_fields.rb', line 18726

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

Class Method Details

.fieldObject



18723
18724
18725
# File 'lib/quickfix_fields.rb', line 18723

def ComplexEventStartDate.field
	return 1492
end