Class: Quickfix::UnderlyingPaymentStreamCompoundingCapRateSellSide

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingCapRateSellSide

Returns a new instance of UnderlyingPaymentStreamCompoundingCapRateSellSide.



73053
73054
73055
73056
73057
73058
73059
# File 'lib/quickfix_fields.rb', line 73053

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