Class: Quickfix::ExecValuationPoint

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from UtcTimeStampField

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

Constructor Details

#initialize(data = nil) ⇒ ExecValuationPoint

Returns a new instance of ExecValuationPoint.



7078
7079
7080
7081
7082
7083
7084
# File 'lib/quickfix_fields.rb', line 7078

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

Class Method Details

.fieldObject



7075
7076
7077
# File 'lib/quickfix_fields.rb', line 7075

def ExecValuationPoint.field
	return 515
end