Class: Quickfix::PaymentStreamRateSpread

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PaymentStreamRateSpread

Returns a new instance of PaymentStreamRateSpread.



37615
37616
37617
37618
37619
37620
37621
# File 'lib/quickfix_fields.rb', line 37615

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