Class: Quickfix::LegPaymentStreamRateIndexCurveUnit

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

Returns a new instance of LegPaymentStreamRateIndexCurveUnit.



31622
31623
31624
31625
31626
31627
31628
# File 'lib/quickfix_fields.rb', line 31622

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

Class Method Details

.fieldObject



31619
31620
31621
# File 'lib/quickfix_fields.rb', line 31619

def LegPaymentStreamRateIndexCurveUnit.field
  return 40333
end