Class: Quickfix::PaymentStubFixedAmount

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PaymentStubFixedAmount

Returns a new instance of PaymentStubFixedAmount.



38681
38682
38683
38684
38685
38686
38687
# File 'lib/quickfix_fields.rb', line 38681

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