Class: Quickfix::LegPaymentStubIndex2CapRate

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

Returns a new instance of LegPaymentStubIndex2CapRate.



33091
33092
33093
33094
33095
33096
33097
# File 'lib/quickfix_fields.rb', line 33091

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

Class Method Details

.fieldObject



33088
33089
33090
# File 'lib/quickfix_fields.rb', line 33088

def LegPaymentStubIndex2CapRate.field
  return 40446
end