Class: Quickfix::ReturnRateValuationStartDateUnadjusted

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

Returns a new instance of ReturnRateValuationStartDateUnadjusted.



69972
69973
69974
69975
69976
69977
69978
# File 'lib/quickfix_fields.rb', line 69972

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

Class Method Details

.fieldObject



69969
69970
69971
# File 'lib/quickfix_fields.rb', line 69969

def ReturnRateValuationStartDateUnadjusted.field
  return 42715
end