Class: Quickfix::Volatility
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::Volatility
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ Volatility
constructor
A new instance of Volatility.
Constructor Details
#initialize(data = nil) ⇒ Volatility
Returns a new instance of Volatility.
15840 15841 15842 15843 15844 15845 15846 |
# File 'lib/quickfix_fields.rb', line 15840 def initialize(data = nil) if( data == nil ) super(1188) else super(1188, data) end end |