Class: Quickfix::UnderlyingPaymentStubIndexFloorRateSellSide

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStubIndexFloorRateSellSide

Returns a new instance of UnderlyingPaymentStubIndexFloorRateSellSide.



36744
36745
36746
36747
36748
36749
36750
# File 'lib/quickfix_fields.rb', line 36744

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