Class: Quickfix::PriceImprovement
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::PriceImprovement
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PriceImprovement
constructor
A new instance of PriceImprovement.
Constructor Details
#initialize(data = nil) ⇒ PriceImprovement
Returns a new instance of PriceImprovement.
2671 2672 2673 2674 2675 2676 2677 |
# File 'lib/quickfix_fields.rb', line 2671 def initialize(data = nil) if( data == nil ) super(639) else super(639, data) end end |
Class Method Details
.field ⇒ Object
2668 2669 2670 |
# File 'lib/quickfix_fields.rb', line 2668 def PriceImprovement.field return 639 end |