Class: Quickfix::PaymentStreamCompoundingCapRateSellSide

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

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

Class Method Details

.fieldObject



68942
68943
68944
# File 'lib/quickfix_fields.rb', line 68942

def PaymentStreamCompoundingCapRateSellSide.field
	return 42637
end