Class: Quickfix::PaymentScheduleRateSpreadPositionType

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

Returns a new instance of PaymentScheduleRateSpreadPositionType.



38213
38214
38215
38216
38217
38218
38219
# File 'lib/quickfix_fields.rb', line 38213

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

Class Method Details

.fieldObject



38210
38211
38212
# File 'lib/quickfix_fields.rb', line 38210

def PaymentScheduleRateSpreadPositionType.field
	return 40840
end