Class: Quickfix::NoUnderlyingReturnRatePrices

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

Returns a new instance of NoUnderlyingReturnRatePrices.



74769
74770
74771
74772
74773
74774
74775
# File 'lib/quickfix_fields.rb', line 74769

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

Class Method Details

.fieldObject



74766
74767
74768
# File 'lib/quickfix_fields.rb', line 74766

def NoUnderlyingReturnRatePrices.field
  return 43064
end