Class: Quickfix::VersusPurchasePrice

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ VersusPurchasePrice

Returns a new instance of VersusPurchasePrice.



22938
22939
22940
22941
22942
22943
22944
# File 'lib/quickfix_fields.rb', line 22938

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