Class: Quickfix::UnderlyingPaymentScheduleFixedAmount

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

Returns a new instance of UnderlyingPaymentScheduleFixedAmount.



36107
36108
36109
36110
36111
36112
36113
# File 'lib/quickfix_fields.rb', line 36107

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

Class Method Details

.fieldObject



36104
36105
36106
# File 'lib/quickfix_fields.rb', line 36104

def UnderlyingPaymentScheduleFixedAmount.field
  return 40678
end