Class: Quickfix::LegPaymentStreamCompoundingCapRateBuySide

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

Returns a new instance of LegPaymentStreamCompoundingCapRateBuySide.



66358
66359
66360
66361
66362
66363
66364
# File 'lib/quickfix_fields.rb', line 66358

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

Class Method Details

.fieldObject



66355
66356
66357
# File 'lib/quickfix_fields.rb', line 66355

def LegPaymentStreamCompoundingCapRateBuySide.field
	return 42435
end