Class: Quickfix::UnderlyingReturnRateFinalPriceFallback

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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