pub async fn bulk_place_order(
__arg0: State<AppState>,
__arg1: SonicJson<BulkPlaceOrderRequest>,
) -> Result<SonicJson<BulkPlaceOrderResponse>, ApiError>Expand description
Place multiple orders in a single request
pub async fn bulk_place_order(
__arg0: State<AppState>,
__arg1: SonicJson<BulkPlaceOrderRequest>,
) -> Result<SonicJson<BulkPlaceOrderResponse>, ApiError>Place multiple orders in a single request