Class: Quickfix::LegVolatility

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegVolatility

Returns a new instance of LegVolatility.



9392
9393
9394
9395
9396
9397
9398
# File 'lib/quickfix_fields.rb', line 9392

def initialize(data = nil)
  if( data == nil )
    super(1379)
  else
    super(1379, data)
  end
end

Class Method Details

.fieldObject



9389
9390
9391
# File 'lib/quickfix_fields.rb', line 9389

def LegVolatility.field
  return 1379
end