Class: Quickfix::BenchmarkPriceType
- Inherits:
-
IntField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ BenchmarkPriceType
Returns a new instance of BenchmarkPriceType.
19246 19247 19248 19249 19250 19251 19252 |
# File 'lib/quickfix_fields.rb', line 19246 def initialize(data = nil) if( data == nil ) super(663) else super(663, data) end end |
Class Method Details
.field ⇒ Object
19243 19244 19245 |
# File 'lib/quickfix_fields.rb', line 19243 def BenchmarkPriceType.field return 663 end |