mirror of
https://github.com/floor-licker/polyfill-rs.git
synced 2026-07-31 14:27:46 +00:00
4d6ba2ab5c
TradeMessage was severely under-specified compared to the Polymarket WS API. Add missing fields needed by the engine: taker_order_id, maker_orders, trader_side, fee_rate_bps, outcome, owner, trade_owner, transaction_hash. Replace untyped status/msg_type strings with proper TradeMessageStatus and TradeMessageType enums.