Class: Quickfix::UnderlyingPaymentStubIndexFloorRateBuySide

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStubIndexFloorRateBuySide

Returns a new instance of UnderlyingPaymentStubIndexFloorRateBuySide.



36731
36732
36733
36734
36735
36736
36737
# File 'lib/quickfix_fields.rb', line 36731

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