Class: Quickfix::ReturnRateValuationDateBusinessDayConvention

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ ReturnRateValuationDateBusinessDayConvention



70167
70168
70169
70170
70171
70172
70173
# File 'lib/quickfix_fields.rb', line 70167

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

Class Method Details

.fieldObject



70164
70165
70166
# File 'lib/quickfix_fields.rb', line 70164

def ReturnRateValuationDateBusinessDayConvention.field
  return 42730
end