Class: Quickfix::PaymentStreamCompoundingCapRateSellSide

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PaymentStreamCompoundingCapRateSellSide

Returns a new instance of PaymentStreamCompoundingCapRateSellSide.



68945
68946
68947
68948
68949
68950
68951
# File 'lib/quickfix_fields.rb', line 68945

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