Class: Quickfix::LegPaymentScheduleStepRate

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

Returns a new instance of LegPaymentScheduleStepRate.



32402
32403
32404
32405
32406
32407
32408
# File 'lib/quickfix_fields.rb', line 32402

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

Class Method Details

.fieldObject



32399
32400
32401
# File 'lib/quickfix_fields.rb', line 32399

def LegPaymentScheduleStepRate.field
  return 40393
end