Class: Quickfix::Benchmark
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- 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.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ Benchmark
Returns a new instance of Benchmark.
3256 3257 3258 3259 3260 3261 3262 |
# File 'lib/quickfix_fields.rb', line 3256 def initialize(data = nil) if( data == nil ) super(219) else super(219, data) end end |
Class Method Details
.field ⇒ Object
3253 3254 3255 |
# File 'lib/quickfix_fields.rb', line 3253 def Benchmark.field return 219 end |