Class: Quickfix::PaymentScheduleStepRate

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

Returns a new instance of PaymentScheduleStepRate.



38304
38305
38306
38307
38308
38309
38310
# File 'lib/quickfix_fields.rb', line 38304

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

Class Method Details

.fieldObject



38301
38302
38303
# File 'lib/quickfix_fields.rb', line 38301

def PaymentScheduleStepRate.field
  return 40847
end