Class: Quickfix::UnderlyingPaymentStubIndexCapRateBuySide

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStubIndexCapRateBuySide

Returns a new instance of UnderlyingPaymentStubIndexCapRateBuySide.



36692
36693
36694
36695
36696
36697
36698
# File 'lib/quickfix_fields.rb', line 36692

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