Class: Quickfix::PaymentScheduleStepRate

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

Instance Method Summary collapse

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