Class: Quickfix::PaymentStreamRate

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PaymentStreamRate

Returns a new instance of PaymentStreamRate.



37485
37486
37487
37488
37489
37490
37491
# File 'lib/quickfix_fields.rb', line 37485

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