Class: Quickfix::UnderlyingPaymentStubIndex2CapRate

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStubIndex2CapRate

Returns a new instance of UnderlyingPaymentStubIndex2CapRate.



36861
36862
36863
36864
36865
36866
36867
# File 'lib/quickfix_fields.rb', line 36861

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