Class: Quickfix::SpreadToBenchmark

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SpreadToBenchmark

Returns a new instance of SpreadToBenchmark.



15151
15152
15153
15154
15155
15156
15157
# File 'lib/quickfix_fields.rb', line 15151

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

Class Method Details

.fieldObject



15148
15149
15150
# File 'lib/quickfix_fields.rb', line 15148

def SpreadToBenchmark.field
	return 218
end