Class: Quickfix::UnderlyingPaymentScheduleSettlPeriodPrice

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

Returns a new instance of UnderlyingPaymentScheduleSettlPeriodPrice.



54814
54815
54816
54817
54818
54819
54820
# File 'lib/quickfix_fields.rb', line 54814

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

Class Method Details

.fieldObject



54811
54812
54813
# File 'lib/quickfix_fields.rb', line 54811

def UnderlyingPaymentScheduleSettlPeriodPrice.field
  return 41887
end