Class: Quickfix::LegPaymentStreamCompoundingFloorRateBuySide

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamCompoundingFloorRateBuySide

Returns a new instance of LegPaymentStreamCompoundingFloorRateBuySide.



66397
66398
66399
66400
66401
66402
66403
# File 'lib/quickfix_fields.rb', line 66397

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