Class: Quickfix::LegPaymentScheduleRateMultiplier

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

Returns a new instance of LegPaymentScheduleRateMultiplier.



32285
32286
32287
32288
32289
32290
32291
# File 'lib/quickfix_fields.rb', line 32285

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

Class Method Details

.fieldObject



32282
32283
32284
# File 'lib/quickfix_fields.rb', line 32282

def LegPaymentScheduleRateMultiplier.field
  return 40384
end