Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 616 Bytes

File metadata and controls

21 lines (14 loc) · 616 Bytes

AvmClient::ValuationPriceDistribution

Properties

Name Type Description Notes
price_from Integer left subrange boundary [optional]
price_to Integer right subrange boundary [optional]
probability Float Probability that price is within the specified boundaries [optional]

Code Sample

require 'AvmClient'

instance = AvmClient::ValuationPriceDistribution.new(price_from: 230000,
                                 price_to: 231000,
                                 probability: 0.05)