Class: Quickfix::LegPaymentStreamTotalFixedAmount

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamTotalFixedAmount

Returns a new instance of LegPaymentStreamTotalFixedAmount.



50030
50031
50032
50033
50034
50035
50036
# File 'lib/quickfix_fields.rb', line 50030

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