Class: Quickfix::UnderlyingReturnRateFinalPriceFallback

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

Returns a new instance of UnderlyingReturnRateFinalPriceFallback.



74704
74705
74706
74707
74708
74709
74710
# File 'lib/quickfix_fields.rb', line 74704

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

Class Method Details

.fieldObject



74701
74702
74703
# File 'lib/quickfix_fields.rb', line 74701

def UnderlyingReturnRateFinalPriceFallback.field
  return 43059
end