Class: Quickfix::BenchmarkPriceType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::BenchmarkPriceType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ BenchmarkPriceType
constructor
A new instance of BenchmarkPriceType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ BenchmarkPriceType
9145 9146 9147 9148 9149 9150 9151 |
# File 'lib/quickfix_fields.rb', line 9145 def initialize(data = nil) if( data == nil ) super(663) else super(663, data) end end |
Class Method Details
.field ⇒ Object
9142 9143 9144 |
# File 'lib/quickfix_fields.rb', line 9142 def BenchmarkPriceType.field return 663 end |