You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are two feasibility constraints that constraint any behavioral rule...
Markets are incomplete: a TraderLike must not sell more shares than he owns (i.e., no shorting).
I need to make sure that traders bid/ask quantities respect the fact that there are a fixed number of shares of stock available for trading: a TraderLike must not issue a bid order whose quantity exceeds the difference numberSharesOutstanding - currentShares.