Class: Quickfix::LegVolatility

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegVolatility

Returns a new instance of 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

Class Method Details

.fieldObject



18307
18308
18309
# File 'lib/quickfix_fields.rb', line 18307

def LegVolatility.field
  return 1379
end