Class: Quickfix::PaymentStreamTotalFixedAmount

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PaymentStreamTotalFixedAmount

Returns a new instance of PaymentStreamTotalFixedAmount.



44687
44688
44689
44690
44691
44692
44693
# File 'lib/quickfix_fields.rb', line 44687

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