Class: Quickfix::PaymentFloatingRateIndexCurveUnit

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

Returns a new instance of PaymentFloatingRateIndexCurveUnit.



77772
77773
77774
77775
77776
77777
77778
# File 'lib/quickfix_fields.rb', line 77772

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

Class Method Details

.fieldObject



77769
77770
77771
# File 'lib/quickfix_fields.rb', line 77769

def PaymentFloatingRateIndexCurveUnit.field
  return 43100
end