Class: Quickfix::BenchmarkCurvePoint

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ BenchmarkCurvePoint

Returns a new instance of BenchmarkCurvePoint.



7585
7586
7587
7588
7589
7590
7591
# File 'lib/quickfix_fields.rb', line 7585

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

Class Method Details

.fieldObject



7582
7583
7584
# File 'lib/quickfix_fields.rb', line 7582

def BenchmarkCurvePoint.field
	return 222
end