Class: Quickfix::PriceDelta
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::PriceDelta
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PriceDelta
constructor
A new instance of PriceDelta.
Constructor Details
#initialize(data = nil) ⇒ PriceDelta
11030 11031 11032 11033 11034 11035 11036 |
# File 'lib/quickfix_fields.rb', line 11030 def initialize(data = nil) if( data == nil ) super(811) else super(811, data) end end |