Class: Quickfix::UnderlyingPaymentStreamCompoundingCapRateBuySide

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) ⇒ UnderlyingPaymentStreamCompoundingCapRateBuySide

Returns a new instance of UnderlyingPaymentStreamCompoundingCapRateBuySide.



73040
73041
73042
73043
73044
73045
73046
# File 'lib/quickfix_fields.rb', line 73040

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

Class Method Details

.fieldObject



73037
73038
73039
# File 'lib/quickfix_fields.rb', line 73037

def UnderlyingPaymentStreamCompoundingCapRateBuySide.field
	return 42931
end