Class: Quickfix::Benchmark
- Inherits:
-
CharField
- Object
- CharField
- Quickfix::Benchmark
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ Benchmark
constructor
A new instance of Benchmark.
Constructor Details
#initialize(data = nil) ⇒ Benchmark
Returns a new instance of Benchmark.
17361 17362 17363 17364 17365 17366 17367 |
# File 'lib/quickfix_fields.rb', line 17361 def initialize(data = nil) if( data == nil ) super(219) else super(219, data) end end |
Class Method Details
.field ⇒ Object
17358 17359 17360 |
# File 'lib/quickfix_fields.rb', line 17358 def Benchmark.field return 219 end |