Class: Quickfix::PaymentStreamLastResetRate

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

Instance Method Summary collapse

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