Class: Quickfix::NoUnderlyingReturnRateDates

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

Returns a new instance of NoUnderlyingReturnRateDates.



74041
74042
74043
74044
74045
74046
74047
# File 'lib/quickfix_fields.rb', line 74041

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

Class Method Details

.fieldObject



74038
74039
74040
# File 'lib/quickfix_fields.rb', line 74038

def NoUnderlyingReturnRateDates.field
  return 43008
end