sclass G22TradingPlatform { settable S name; transient Map> prices = syncMap(); toString { ret or2(name, super.toString()); } }