Class: Quickfix::PaymentScheduleRateSpread

Inherits:
DoubleField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ PaymentScheduleRateSpread

Returns a new instance of PaymentScheduleRateSpread.



38200
38201
38202
38203
38204
38205
38206
# File 'lib/quickfix_fields.rb', line 38200

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

Class Method Details

.fieldObject



38197
38198
38199
# File 'lib/quickfix_fields.rb', line 38197

def PaymentScheduleRateSpread.field
  return 40839
end