Class: Quickfix::Volatility
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::Volatility
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
9028 9029 9030 9031 9032 9033 9034 |
# File 'lib/quickfix_fields.rb', line 9028 def initialize(data = nil) if( data == nil ) super(1188) else super(1188, data) end end |
Class Method Details
.field ⇒ Object
9025 9026 9027 |
# File 'lib/quickfix_fields.rb', line 9025 def Volatility.field return 1188 end |