Class: Quickfix::LegStreamMaximumPaymentAmount

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegStreamMaximumPaymentAmount

Returns a new instance of LegStreamMaximumPaymentAmount.



49965
49966
49967
49968
49969
49970
49971
# File 'lib/quickfix_fields.rb', line 49965

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