File tree Expand file tree Collapse file tree 2 files changed +1
-15
lines changed
Expand file tree Collapse file tree 2 files changed +1
-15
lines changed Original file line number Diff line number Diff line change 11[project ]
22name = " metagame"
3- version = " 0.5.0 "
3+ version = " 0.5.2 "
44description = " MetaGame Trading Bootcamp Python Client"
55readme = " README.md"
66authors = [
Original file line number Diff line number Diff line change @@ -534,20 +534,6 @@ def edit_auction(
534534 assert isinstance (message , websocket_api .Auction )
535535 return message
536536
537- def get_market_positions (self , market_id : int ) -> websocket_api .MarketPositions :
538- """
539- Get positions for all participants in a market.
540- """
541- msg = websocket_api .ClientMessage (
542- get_market_positions = websocket_api .GetMarketPositions (
543- market_id = market_id ,
544- ),
545- )
546- response = self .request (msg )
547- _ , message = betterproto .which_one_of (response , "message" )
548- assert isinstance (message , websocket_api .MarketPositions )
549- return message
550-
551537 def set_market_status (
552538 self ,
553539 market_id : int ,
You can’t perform that action at this time.
0 commit comments