Class: Quickfix::RelatedLowPrice

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

Returns a new instance of RelatedLowPrice.



23796
23797
23798
23799
23800
23801
23802
# File 'lib/quickfix_fields.rb', line 23796

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

Class Method Details

.fieldObject



23793
23794
23795
# File 'lib/quickfix_fields.rb', line 23793

def RelatedLowPrice.field
  return 1820
end