Class: Quickfix::LegPaymentScheduleRateSpreadPositionType

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

Returns a new instance of LegPaymentScheduleRateSpreadPositionType.



32311
32312
32313
32314
32315
32316
32317
# File 'lib/quickfix_fields.rb', line 32311

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

Class Method Details

.fieldObject



32308
32309
32310
# File 'lib/quickfix_fields.rb', line 32308

def LegPaymentScheduleRateSpreadPositionType.field
	return 40386
end