What's New
New Order API
RithmicOrderstruct +place_order()method onRithmicOrderPlantHandle— supports trigger prices and trailing stopsTrailingStopconfiguration struct for trailing stop orders
Ticker Plant Unsubscribe
unsubscribe(symbol, exchange)— unsubscribe from market dataunsubscribe_order_book(symbol, exchange)— unsubscribe from order book depth-by-order updates
Serde-Compatible Order Types
OrderSide,OrderType,TimeInForceenums with optional serde support and flexibleFromStrparsingOrderStatus::Expiredvariant added
Docs & Examples
- Recommended default connection strategy changed from
SimpletoRetry - Reconnect example simplified (no more manual sleep/retry)
- All contract symbols updated to
ESH6 - README updated with new
RithmicOrderAPI examples
Deprecated
place_new_order()— useplace_order(RithmicOrder)instead
See CHANGELOG.md for full details.