Class: Quickfix::PaymentScheduleRate

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

Returns a new instance of PaymentScheduleRate.



38174
38175
38176
38177
38178
38179
38180
# File 'lib/quickfix_fields.rb', line 38174

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

Class Method Details

.fieldObject



38171
38172
38173
# File 'lib/quickfix_fields.rb', line 38171

def PaymentScheduleRate.field
  return 40837
end