Class: Quickfix::PaymentStreamContractPrice

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

Returns a new instance of PaymentStreamContractPrice.



44713
44714
44715
44716
44717
44718
44719
# File 'lib/quickfix_fields.rb', line 44713

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

Class Method Details

.fieldObject



44710
44711
44712
# File 'lib/quickfix_fields.rb', line 44710

def PaymentStreamContractPrice.field
	return 41190
end