Class: Quickfix::UnderlyingReturnRateValuationDateBusinessCenter

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

Returns a new instance of UnderlyingReturnRateValuationDateBusinessCenter.



74847
74848
74849
74850
74851
74852
74853
# File 'lib/quickfix_fields.rb', line 74847

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

Class Method Details

.fieldObject



74844
74845
74846
# File 'lib/quickfix_fields.rb', line 74844

def UnderlyingReturnRateValuationDateBusinessCenter.field
  return 43070
end