Class: Quickfix::BenchmarkPriceType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::BenchmarkPriceType
- Defined in:
- lib/quickfix_fields.rb
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.
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 |