Class: Quickfix::PaymentStreamLastResetRate

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

Returns a new instance of PaymentStreamLastResetRate.



44934
44935
44936
44937
44938
44939
44940
# File 'lib/quickfix_fields.rb', line 44934

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

Class Method Details

.fieldObject



44931
44932
44933
# File 'lib/quickfix_fields.rb', line 44931

def PaymentStreamLastResetRate.field
	return 41207
end