Class: Quickfix::PaymentStreamMaximumPaymentAmount

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PaymentStreamMaximumPaymentAmount

Returns a new instance of PaymentStreamMaximumPaymentAmount.



44622
44623
44624
44625
44626
44627
44628
# File 'lib/quickfix_fields.rb', line 44622

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