Class: Quickfix::PaymentStreamMaximumPaymentAmount

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

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

Class Method Details

.fieldObject



44619
44620
44621
# File 'lib/quickfix_fields.rb', line 44619

def PaymentStreamMaximumPaymentAmount.field
	return 41183
end