Class: Quickfix::LegPaymentScheduleRateTreatment

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

Returns a new instance of LegPaymentScheduleRateTreatment.



32324
32325
32326
32327
32328
32329
32330
# File 'lib/quickfix_fields.rb', line 32324

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

Class Method Details

.fieldObject



32321
32322
32323
# File 'lib/quickfix_fields.rb', line 32321

def LegPaymentScheduleRateTreatment.field
	return 40387
end