BaseMarket
Last updated
Was this helpful?
Last updated
Was this helpful?
Abstract contract defining the core interface and events for matching trades or listing assets in a secondary market of tokenized securities.
Lists a certain quantity of shares (tokens) for sale or sets up a new listing. Implementation details differ for OrderBook vs Auction vs BulletinBoard, etc.
Executes or matches a trade against an existing listing. Implementation differs in each derived contract.
Cancels a listing if the seller no longer wants to sell, or the market ends.