Last updated 1 month ago
Was this helpful?
Interface for fetching current prices of securities.
Returns the current price of a given security.
function getPrice(bytes32 securityId) external view returns (uint256 price);
Parameters
securityId
bytes32
The identifier of the security.
Returns
price
uint256
The current price.