Class: Quickfix::UnderlyingReturnRatePriceBasis

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

Returns a new instance of UnderlyingReturnRatePriceBasis.



74782
74783
74784
74785
74786
74787
74788
# File 'lib/quickfix_fields.rb', line 74782

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

Class Method Details

.fieldObject



74779
74780
74781
# File 'lib/quickfix_fields.rb', line 74779

def UnderlyingReturnRatePriceBasis.field
  return 43065
end