Class: Quickfix::PriceImprovement

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PriceImprovement

Returns a new instance of PriceImprovement.



2671
2672
2673
2674
2675
2676
2677
# File 'lib/quickfix_fields.rb', line 2671

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

Class Method Details

.fieldObject



2668
2669
2670
# File 'lib/quickfix_fields.rb', line 2668

def PriceImprovement.field
  return 639
end