Class: Quickfix::UnderlyingPaymentStubRate

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

Returns a new instance of UnderlyingPaymentStubRate.



36536
36537
36538
36539
36540
36541
36542
# File 'lib/quickfix_fields.rb', line 36536

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

Class Method Details

.fieldObject



36533
36534
36535
# File 'lib/quickfix_fields.rb', line 36533

def UnderlyingPaymentStubRate.field
  return 40711
end