parse_order_status

Function parse_order_status 

Source
pub fn parse_order_status(status: &str) -> OrderStatus
Expand description

Map Bitget order status to CCXT OrderStatus.

§Arguments

  • status - Bitget order status string

§Returns

Returns the corresponding CCXT OrderStatus.