Class: Quickfix::LegPaymentStreamCompoundingFloorRateBuySide

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

Class Method Details

.fieldObject



66394
66395
66396
# File 'lib/quickfix_fields.rb', line 66394

def LegPaymentStreamCompoundingFloorRateBuySide.field
	return 42438
end