Class: Quickfix::PaymentStreamCapRate

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PaymentStreamCapRate

Returns a new instance of PaymentStreamCapRate.



37654
37655
37656
37657
37658
37659
37660
# File 'lib/quickfix_fields.rb', line 37654

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