Class: Quickfix::UnderlyingPaymentStreamCompoundingRateSpreadPositionType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingRateSpreadPositionType

Returns a new instance of UnderlyingPaymentStreamCompoundingRateSpreadPositionType.



73001
73002
73003
73004
73005
73006
73007
# File 'lib/quickfix_fields.rb', line 73001

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