Class: Quickfix::UnderlyingPaymentStreamRateIndexCurveUnit

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

Returns a new instance of UnderlyingPaymentStreamRateIndexCurveUnit.



35379
35380
35381
35382
35383
35384
35385
# File 'lib/quickfix_fields.rb', line 35379

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

Class Method Details

.fieldObject



35376
35377
35378
# File 'lib/quickfix_fields.rb', line 35376

def UnderlyingPaymentStreamRateIndexCurveUnit.field
  return 40622
end