Class: Quickfix::LegPaymentStreamVarianceUnadjustedCap

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamVarianceUnadjustedCap

Returns a new instance of LegPaymentStreamVarianceUnadjustedCap.



66904
66905
66906
66907
66908
66909
66910
# File 'lib/quickfix_fields.rb', line 66904

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