Class: Quickfix::LegVolatility

Inherits:
DoubleField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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