Class: Quickfix::LegPaymentStreamRateIndex2CurveUnit

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamRateIndex2CurveUnit

Returns a new instance of LegPaymentStreamRateIndex2CurveUnit.



50108
50109
50110
50111
50112
50113
50114
# File 'lib/quickfix_fields.rb', line 50108

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

Class Method Details

.fieldObject



50105
50106
50107
# File 'lib/quickfix_fields.rb', line 50105

def LegPaymentStreamRateIndex2CurveUnit.field
  return 41563
end