Class: Quickfix::UnderlyingReturnRateValuationDateBusinessDayConvention

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

Returns a new instance of UnderlyingReturnRateValuationDateBusinessDayConvention.



74314
74315
74316
74317
74318
74319
74320
# File 'lib/quickfix_fields.rb', line 74314

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

Class Method Details

.fieldObject



74311
74312
74313
# File 'lib/quickfix_fields.rb', line 74311

def UnderlyingReturnRateValuationDateBusinessDayConvention.field
  return 43029
end