SimplePriceFeed
Last updated
Was this helpful?
Last updated
Was this helpful?
Inherits:
A simplistic implementation of IPriceFeed for demonstration purposes.
Sets the price for a security.
Parameters
securityId
bytes32
The identifier of the security.
price
uint256
The new price.
Fetches the current price of a security.