Class: Quickfix::LegPaymentStreamCompoundingCapRateSellSide

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

Returns a new instance of LegPaymentStreamCompoundingCapRateSellSide.



66371
66372
66373
66374
66375
66376
66377
# File 'lib/quickfix_fields.rb', line 66371

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

Class Method Details

.fieldObject



66368
66369
66370
# File 'lib/quickfix_fields.rb', line 66368

def LegPaymentStreamCompoundingCapRateSellSide.field
	return 42436
end