Class: Quickfix::PaymentScheduleRateSpreadType

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

Returns a new instance of PaymentScheduleRateSpreadType.



44440
44441
44442
44443
44444
44445
44446
# File 'lib/quickfix_fields.rb', line 44440

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

Class Method Details

.fieldObject



44437
44438
44439
# File 'lib/quickfix_fields.rb', line 44437

def PaymentScheduleRateSpreadType.field
	return 41169
end