Class: Quickfix::LegVolatility
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::LegVolatility
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegVolatility
constructor
A new instance of LegVolatility.
Constructor Details
#initialize(data = nil) ⇒ LegVolatility
18310 18311 18312 18313 18314 18315 18316 |
# File 'lib/quickfix_fields.rb', line 18310 def initialize(data = nil) if( data == nil ) super(1379) else super(1379, data) end end |