Class: Quickfix::UnderlyingPaymentScheduleRate

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

Returns a new instance of UnderlyingPaymentScheduleRate.



36042
36043
36044
36045
36046
36047
36048
# File 'lib/quickfix_fields.rb', line 36042

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

Class Method Details

.fieldObject



36039
36040
36041
# File 'lib/quickfix_fields.rb', line 36039

def UnderlyingPaymentScheduleRate.field
  return 40673
end