Class: Quickfix::RelatedLowPrice

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

Instance Method Summary collapse

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