Class: Quickfix::UnderlyingPaymentScheduleRateSpreadType

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentScheduleRateSpreadType



54801
54802
54803
54804
54805
54806
54807
# File 'lib/quickfix_fields.rb', line 54801

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

Class Method Details

.fieldObject



54798
54799
54800
# File 'lib/quickfix_fields.rb', line 54798

def UnderlyingPaymentScheduleRateSpreadType.field
  return 41886
end