Class: Quickfix::LastQtyVariance

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) ⇒ LastQtyVariance

Returns a new instance of LastQtyVariance.



23913
23914
23915
23916
23917
23918
23919
# File 'lib/quickfix_fields.rb', line 23913

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

Class Method Details

.fieldObject



23910
23911
23912
# File 'lib/quickfix_fields.rb', line 23910

def LastQtyVariance.field
  return 1828
end