Class: Quickfix::SpreadToBenchmark

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ SpreadToBenchmark



3243
3244
3245
3246
3247
3248
3249
# File 'lib/quickfix_fields.rb', line 3243

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

Class Method Details

.fieldObject



3240
3241
3242
# File 'lib/quickfix_fields.rb', line 3240

def SpreadToBenchmark.field
  return 218
end